You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Default server configuration.
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
postgres:
|
|
host: localhost
|
|
port: 5432
|
|
database_name: appdb
|
|
username: appuser
|
|
password: App1970#
|
|
useSSL: false
|
|
time_zone: UTC
|
|
jwt_secret: "OvA9SBLnncot8gFHvt8Gh1qkQ1ptGIQW"
|
|
password_salt: "test" |