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