2016-04-22 02:56:21 +00:00
|
|
|
# Default server configuration.
|
2016-12-24 04:33:28 +00:00
|
|
|
jwt_secret: INSECURE_DEFAULT_SECRET
|
2016-11-23 22:21:41 +00:00
|
|
|
host: 127.0.0.1
|
2016-12-24 04:33:28 +00:00
|
|
|
port: 3000
|
2019-01-12 00:44:28 +00:00
|
|
|
postgres:
|
2021-07-17 04:52:48 +00:00
|
|
|
host: localhost
|
|
|
|
port: 5432
|
|
|
|
database_name: appdb
|
|
|
|
username: appuser
|
|
|
|
password: App1970#
|
|
|
|
useSSL: false
|
|
|
|
time_zone: UTC
|