diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-07 13:00:59 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-07 13:00:59 -0400 |
commit | 7776f407b6cf7e4897377b73ef6235ecfd9f2a53 (patch) | |
tree | 65934102b81714dd81de6d8a265a675c67e08cf8 /conf | |
parent | 9ea9818d3255e5b08293205e278240dece36687d (diff) | |
download | gitea-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.ini | 1 |
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" |