Skip to content

Commit

Permalink
Add google client auth key to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotabenjamin committed Apr 8, 2021
1 parent 9526d28 commit a9667b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ module.exports = {
url: "http://localhost:4000"
},
OAMBrowserUrl: "http://localhost:3000",
uploadBucket: "oam-uploader-staging-temp"
uploadBucket: "oam-uploader-staging-temp",
googleClient:
"36015894456-3d5ka80qtpaqcjhco3lsl38s1fj0dr71.apps.googleusercontent.com",
googleDeveloperKey: ""
};

0 comments on commit a9667b3

Please sign in to comment.