wikijs-fork/dev/docker-sqlite/config.yml

7 lines
88 B
YAML
Raw Normal View History

2018-08-28 04:23:05 +00:00
port: 3000
2018-11-04 17:55:21 +00:00
bindIP: 0.0.0.0
2018-08-28 04:23:05 +00:00
db:
2019-02-10 00:10:34 +00:00
type: sqlite
storage: /wiki/db.sqlite
2018-08-28 04:23:05 +00:00
logLevel: info