Skip to content

Commit

Permalink
Merge pull request #557 from NASA-IMPACT/fix/add-ga-to-all-envs
Browse files Browse the repository at this point in the history
Add GA to all environments
  • Loading branch information
vgeorge authored Oct 17, 2023
2 parents a01ad5d + 5663d6d commit 2d96c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/scripts/config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
// Manually set the authentication flow type. Default is 'USER_SRP_AUTH'
authenticationFlowType: 'USER_PASSWORD_AUTH'
},
gaTrackingCode: 'UA-163103126-2',
hostedAuthUi:
'https://nasa-apt-api-lambda-prod-v2.auth.us-west-2.amazoncognito.com',
feedbackForm: 'https://forms.gle/JG6ykqj2mAjzke6S6'
Expand Down
2 changes: 1 addition & 1 deletion app/assets/scripts/config/staging.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// module exports is required to be able to load from gulpfile.
module.exports = {
gaTrackingCode: 'G-K4DQR9HTZH',
apiUrl: 'https://af7f32q2kh.execute-api.us-east-1.amazonaws.com/v2',
auth: {
// DOCS: https://docs.amplify.aws/lib/auth/start/q/platform/js#re-use-existing-authentication-resource
Expand All @@ -13,5 +12,6 @@ module.exports = {
// Manually set the authentication flow type. Default is 'USER_SRP_AUTH'
authenticationFlowType: 'USER_PASSWORD_AUTH'
},
gaTrackingCode: 'G-K4DQR9HTZH',
hostedAuthUi: 'https://nasa-apt-api-staging.auth.us-east-1.amazoncognito.com'
};

0 comments on commit 2d96c14

Please sign in to comment.