mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
wiki_js_folder:
|
|
- db
|
|
|
|
WIKI_JS_DB_TYPE: 'postgres'
|
|
WIKI_JS_DB_HOST: 'wiki_js_db'
|
|
WIKI_JS_DB_PORT: '5432'
|
|
WIKI_JS_POSTGRES_DB: 'wiki'
|
|
WIKI_JS_POSTGRES_USER: 'wiki'
|
|
WIKI_JS_POSTGRES_PASS: 'super-secret-pass' |