11 lines
133 B
YAML
Raw Normal View History

2018-08-28 00:23:05 -04:00
port: 3000
2018-11-04 12:55:21 -05:00
bindIP: 0.0.0.0
2018-08-28 00:23:05 -04:00
db:
type: postgres
host: db
port: 5432
user: wikijs
pass: wikijsrocks
db: wiki
logLevel: info