forked from cloudron-apps/gitea-app
Fix typo
This commit is contained in:
parent
11ec21b0fb
commit
cff99fb0d6
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@ CLIENT_SECRET = ##OAUTH_CLIENT_SECRET
|
||||||
SCOPES = root,profile,apps,roleAdmin,user
|
SCOPES = root,profile,apps,roleAdmin,user
|
||||||
AUTH_URL = ##OAUTH_AUTH_URL
|
AUTH_URL = ##OAUTH_AUTH_URL
|
||||||
TOKEN_URL = ##OAUTH_TOKEN_URL
|
TOKEN_URL = ##OAUTH_TOKEN_URL
|
||||||
CLOUDRON_ORIGIN = ##OAUTH_CLOUDRON_ORIGIN
|
CLOUDRON_ORIGIN = ##CLOUDRON_ORIGIN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue