mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
Fix issue with log in with GitHub but need more error handle after
This commit is contained in:
@@ -72,6 +72,14 @@ FROM =
|
||||
USER =
|
||||
PASSWD =
|
||||
|
||||
[oauth]
|
||||
ENABLED = false
|
||||
|
||||
[oauth.github]
|
||||
ENABLED =
|
||||
CLIENT_ID =
|
||||
CLIENT_SECRET =
|
||||
|
||||
[cache]
|
||||
; Either "memory", "redis", or "memcache", default is "memory"
|
||||
ADAPTER = memory
|
||||
|
Reference in New Issue
Block a user