removes comments
This commit is contained in:
parent
b6a276689b
commit
2c4866f2c9
1 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,5 @@ gitea:
|
||||||
oauth:
|
oauth:
|
||||||
- name: 'Keycloak'
|
- name: 'Keycloak'
|
||||||
provider: 'openidConnect'
|
provider: 'openidConnect'
|
||||||
# key: 'forgejo'
|
|
||||||
# secret: 'uWEGALJKmNyUojJaK5LAK0w4OCEEDpDu'
|
|
||||||
existingSecret: auth-generic-oauth-secret
|
existingSecret: auth-generic-oauth-secret
|
||||||
autoDiscoverUrl: 'https://{{{ .Env.DOMAIN }}}/keycloak/realms/cnoe/.well-known/openid-configuration'
|
autoDiscoverUrl: 'https://{{{ .Env.DOMAIN }}}/keycloak/realms/cnoe/.well-known/openid-configuration'
|
||||||
# admin-group: is to specify which keycloak group has forgejo admin permissions
|
|
Loading…
Reference in a new issue