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.
18 lines
355 B
18 lines
355 B
# Default server configuration.
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
postgres:
|
|
host: db
|
|
port: 5432
|
|
database_name: gesture_manager
|
|
username: postgres
|
|
password: gesture_manager_secret
|
|
use_ssl: false
|
|
time_zone: Asia/Shanghai
|
|
|
|
redis:
|
|
host: kv
|
|
port: 6379
|
|
|
|
jwt_secret: "OvA9SBLnncot8gFHvt8Gh1qkQ1ptGIQW"
|
|
password_salt: "Z5b84rrgsKmfNFNRExAC4BCJe5aZPdJq" |