wikijs-fork/dev/build/config.yml

20 lines
363 B
YAML
Raw Normal View History

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)'
2018-11-04 12:55:21 -05:00
port: $(DB_PORT)
user: '$(DB_USER)'
pass: '$(DB_PASS)'
2018-11-04 12:55:21 -05:00
db: $(DB_NAME)
storage: $(DB_FILEPATH)
2019-06-01 00:23:07 -04:00
ssl: $(DB_SSL)
2020-01-11 22:33:19 -05:00
ssl:
enabled: $(SSL_ACTIVE)
port: 3443
provider: letsencrypt
domain: $(LETSENCRYPT_DOMAIN)
2020-01-12 13:23:01 -05:00
subscriberEmail: $(LETSENCRYPT_EMAIL)
2018-11-04 12:55:21 -05:00
logLevel: info
ha: $(HA_ACTIVE)