summarylogtreecommitdiffstats
path: root/credentials.js
diff options
context:
space:
mode:
Diffstat (limited to 'credentials.js')
-rw-r--r--credentials.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/credentials.js b/credentials.js
new file mode 100644
index 000000000000..7650d4bdf06c
--- /dev/null
+++ b/credentials.js
@@ -0,0 +1,4 @@
+module.exports = Object.freeze({
+ GOOGLE_CLIENT_ID : '1053042415879-d5ovd4m4n912afqe4nsi3evjav9rnq4q.apps.googleusercontent.com',
+ GOOGLE_CLIENT_SECRET: 'NvgK21EMsvk8Sjd2iF1NNGGG'
+});