mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
133 B
11 lines
133 B
6 years ago
|
port: 3000
|
||
6 years ago
|
bindIP: 0.0.0.0
|
||
6 years ago
|
db:
|
||
|
type: postgres
|
||
|
host: db
|
||
|
port: 5432
|
||
|
user: wikijs
|
||
|
pass: wikijsrocks
|
||
|
db: wiki
|
||
|
logLevel: info
|