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

11 lines
130 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
redis:
host: redis
port: 6379
db: 0
logLevel: info