Compare commits
No commits in common. "15_openproject_prod" and "main" have entirely different histories.
15_openpro
...
main
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
registry: git.ar21.de
|
||||
repository: aaron/openproject
|
||||
tag: '15'
|
||||
tag: '6'
|
||||
appInit:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -20,11 +20,12 @@ workers:
|
|||
replicas: 2
|
||||
environment:
|
||||
OPENPROJECT_DISABLE__PASSWORD__LOGIN: true
|
||||
|
||||
openproject:
|
||||
admin_user:
|
||||
password_reset: 'true'
|
||||
name: Aaron Riedel
|
||||
mail: aaron@ar21.de
|
||||
password_reset: "true"
|
||||
name: "Aaron Riedel"
|
||||
mail: "aaron@ar21.de"
|
||||
extraEnvVarsSecret: openproject-secret
|
||||
oidc:
|
||||
enabled: true
|
||||
|
@ -37,7 +38,7 @@ openproject:
|
|||
tokenEndpoint: /application/o/token/
|
||||
authorizationEndpoint: /application/o/authorize/
|
||||
endSessionEndpoint: /application/o/openproject/end-session/
|
||||
scope: '[openid email profile]'
|
||||
scope: "[openid email profile]"
|
||||
persistence:
|
||||
enabled: false
|
||||
s3:
|
||||
|
|
Loading…
Reference in a new issue