2019-02-23 18:22:25 -05:00
|
|
|
port: 3000
|
2018-11-04 12:55:21 -05: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 00:23:07 -04:00
|
|
|
ssl: $(DB_SSL)
|
2019-02-13 17:20:46 -05:00
|
|
|
trustProxy: $(TRUST_PROXY)
|
2018-11-04 12:55:21 -05:00
|
|
|
logLevel: info
|