Configuration
Via config file / command line arguments
db:
host: localhost
# transforms into "--db.host=localhost"
feature:
lag:
enabled: true
# transforms into "--feature.lag.enabled=true"# redis password
REDIS_PASSWORD
# database password
PG_PASSWORDVia dashboard
Last updated