12 lines
233 B
YAML
12 lines
233 B
YAML
# Default server configuration.
|
|
jwt_secret: INSECURE_DEFAULT_SECRET
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
postgres:
|
|
host: localhost
|
|
port: 5432
|
|
database_name: appdb
|
|
username: appuser
|
|
password: App1970#
|
|
useSSL: false
|
|
time_zone: UTC
|