summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-21 22:48:00 +0800
committerCheng-Han, Wu2016-05-21 22:48:00 +0800
commit6405bb505695a5592efe8aa8d5bde9e723fadfc0 (patch)
tree882c74f212d4892ae0013d5ab394404f096b693b /config.json
parent900141daff05feeeaae5f537d2f53862b7200651 (diff)
Add support of google signin
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json b/config.json
index c65e9c7c..35efcd25 100644
--- a/config.json
+++ b/config.json
@@ -41,6 +41,10 @@
"clientID": "change this",
"clientSecret": "change this"
},
+ "google": {
+ "clientID": "change this",
+ "clientSecret": "change this"
+ },
"imgur": {
"clientID": "change this"
}