mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
18 lines
352 B
YAML
18 lines
352 B
YAML
port: 3000
|
|
bindIP: 0.0.0.0
|
|
db:
|
|
host: '$(DB_HOST)'
|
|
port: $(DB_PORT:5432)
|
|
user: '$(DB_USER)'
|
|
pass: '$(DB_PASS)'
|
|
db: $(DB_NAME)
|
|
ssl: $(DB_SSL)
|
|
ssl:
|
|
enabled: $(SSL_ACTIVE)
|
|
port: 3443
|
|
provider: letsencrypt
|
|
domain: $(LETSENCRYPT_DOMAIN)
|
|
subscriberEmail: $(LETSENCRYPT_EMAIL)
|
|
logLevel: $(LOG_LEVEL:info)
|
|
logFormat: $(LOG_FORMAT:default)
|