wiki/dev/docker-sqlite/config.yml

7 lines
88 B

port: 3000
bindIP: 0.0.0.0
db:
type: sqlite
storage: /wiki/db.sqlite
logLevel: info