chore: udpate sample-config
This commit is contained in:
parent
5ae1263c7e
commit
d97646adfd
@ -3,8 +3,8 @@ server:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
db:
|
db:
|
||||||
user: "your_db_user"
|
user: "postgres"
|
||||||
pass: "your_db_password"
|
pass: "postgres"
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
port: 5432
|
port: 5432
|
||||||
db_name: "dezone"
|
db_name: "dezone"
|
||||||
@ -16,5 +16,8 @@ redis:
|
|||||||
|
|
||||||
jwt:
|
jwt:
|
||||||
token_exp_minutes: 60
|
token_exp_minutes: 60
|
||||||
refresh_token_exp_minutes: 10080 # 7 days
|
refresh_token_exp_minutes: 10080
|
||||||
token_secret: "your_jwt_secret_key_here"
|
token_secret: "Secret"
|
||||||
|
|
||||||
|
RPC:
|
||||||
|
url: "exmaple.com"
|
||||||
Loading…
x
Reference in New Issue
Block a user