Skip to content

Commit a9667b3

Browse files
Add google client auth key to test config
1 parent 9526d28 commit a9667b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config/test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ module.exports = {
33
url: "http://localhost:4000"
44
},
55
OAMBrowserUrl: "http://localhost:3000",
6-
uploadBucket: "oam-uploader-staging-temp"
6+
uploadBucket: "oam-uploader-staging-temp",
7+
googleClient:
8+
"36015894456-3d5ka80qtpaqcjhco3lsl38s1fj0dr71.apps.googleusercontent.com",
9+
googleDeveloperKey: ""
710
};

0 commit comments

Comments
 (0)