1
0
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:
Girish Ramakrishnan
2015-06-24 08:12:29 -07:00
parent 59b2ce400a
commit 804ce16088
3 changed files with 5 additions and 33 deletions

View File

@@ -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