mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 15:24:59 +00:00
Revert oauth changes
gogs implements oauth just for sign up verification
This commit is contained in:
@@ -42,15 +42,3 @@ SECRET_KEY = ##SECRET_KEY
|
||||
DISABLE_REGISTRATION = false
|
||||
SHOW_REGISTRATION_BUTTON = false
|
||||
|
||||
[oauth]
|
||||
ENABLED = true
|
||||
|
||||
[oauth.cloudron]
|
||||
ENABLED = true
|
||||
CLIENT_ID = ##OAUTH_CLIENT_ID
|
||||
CLIENT_SECRET = ##OAUTH_CLIENT_SECRET
|
||||
SCOPES = root,profile,apps,roleAdmin,user
|
||||
AUTH_URL = ##OAUTH_AUTH_URL
|
||||
TOKEN_URL = ##OAUTH_TOKEN_URL
|
||||
CLOUDRON_ORIGIN = ##CLOUDRON_ORIGIN
|
||||
|
||||
|
Reference in New Issue
Block a user