Fix DB conn on wiki
This commit is contained in:
parent
5a36e86084
commit
6c51e80fc8
@ -24,7 +24,7 @@ ingress:
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
postgresqlUsername: wikijs
|
||||
postgresqlUser: wikijs
|
||||
postgresqlPassword: wikijs123
|
||||
postgresqlDatabase: wiki
|
||||
image:
|
||||
@ -37,14 +37,6 @@ postgresql:
|
||||
storageClass: nfs-client
|
||||
accessMode: ReadWriteOnce
|
||||
|
||||
env:
|
||||
DB_TYPE: postgres
|
||||
DB_HOST: localhost
|
||||
DB_PORT: 5432
|
||||
DB_USER: wikijs
|
||||
DB_PASS: wikijs123
|
||||
DB_NAME: wiki
|
||||
|
||||
authentication:
|
||||
oauth2:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user