config.yml 130 Bytes
Newer Older
1
port: 3000
2
bindIP: 0.0.0.0
3
db:
4 5
  type: sqlite
  storage: /wiki/db.sqlite
6 7 8 9 10
redis:
  host: redis
  port: 6379
  db: 0
logLevel: info