wikijs-fork/dev/build/config.yml

14 lines
228 B
YAML
Raw Normal View History

2019-02-23 23:22:25 +00:00
port: 3000
2018-11-04 17:55:21 +00:00
bindIP: 0.0.0.0
db:
type: $(DB_TYPE)
host: $(DB_HOST)
port: $(DB_PORT)
user: $(DB_USER)
pass: $(DB_PASS)
db: $(DB_NAME)
storage: $(DB_FILEPATH)
2019-06-01 04:23:07 +00:00
ssl: $(DB_SSL)
trustProxy: $(TRUST_PROXY)
2018-11-04 17:55:21 +00:00
logLevel: info