diff --git a/gulp/build.js b/gulp/build.js index d88ac72..9e04580 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -47,6 +47,7 @@ gulp.task('html', ['inject', 'partials'], function () { .pipe($.if($.util.env.production, $.replace('$logProvider.debugEnabled(true);', '$logProvider.debugEnabled(false);'))) .pipe($.if($.util.env.production, $.replace('http://hom.dialoga.gov.br', 'http://dialoga.gov.br'))) .pipe($.if($.util.env.production, $.replace('http://hom.login.dialoga.gov.br', 'http://login.dialoga.gov.br'))) + .pipe($.if($.util.env.production, $.replace('6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i', '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49'))) // staging .pipe($.if($.util.env.staging, $.replace('http://dialoga.gov.br', 'http://hom.dialoga.gov.br'))) .pipe($.if($.util.env.staging, $.replace('http://login.dialoga.gov.br', 'http://hom.login.dialoga.gov.br'))) diff --git a/src/app/index.constants.js b/src/app/index.constants.js index fb722bf..de4d2d9 100644 --- a/src/app/index.constants.js +++ b/src/app/index.constants.js @@ -11,7 +11,7 @@ .constant('APP', { facebook_app_id: '1', google_app_id: '4', - recaptcha_key: '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49', + recaptcha_key: '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i', }) .constant('API', { token: null, -- libgit2 0.21.2