wiki/dev/docker-sqlite/config.yml

7 lines
88 B
YAML
Raw Normal View History

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