wikijs-fork/dev/build/config.yml

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