wikijs-fork/dev/build/config.yml

18 lines
309 B
YAML
Raw Normal View History

2018-11-04 17:55:21 +00:00
port: $(PORT)
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)
redis:
host: $(REDIS_HOST)
port: $(REDIS_PORT)
db: $(REDIS_DB)
password: $(REDIS_PASS)
trustProxy: $(TRUST_PROXY)
2018-11-04 17:55:21 +00:00
logLevel: info