summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-07 13:00:59 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-07 13:00:59 -0400
commit7776f407b6cf7e4897377b73ef6235ecfd9f2a53 (patch)
tree65934102b81714dd81de6d8a265a675c67e08cf8 /conf
parent9ea9818d3255e5b08293205e278240dece36687d (diff)
downloadgitea-7776f407b6cf7e4897377b73ef6235ecfd9f2a53.tar.gz
gitea-7776f407b6cf7e4897377b73ef6235ecfd9f2a53.zip
Fix issue with log in with GitHub but need more error handle after
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index c90246005c..575e18a404 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -79,6 +79,7 @@ ENABLED = false
ENABLED =
CLIENT_ID =
CLIENT_SECRET =
+SCOPES = https://api.github.com/user
[cache]
; Either "memory", "redis", or "memcache", default is "memory"