26 lines
334 B
YAML
26 lines
334 B
YAML
server:
|
|
host: "localhost"
|
|
port: 8080
|
|
|
|
db:
|
|
user: "postgres"
|
|
pass: "postgres"
|
|
host: "localhost"
|
|
port: 5432
|
|
db_name: "dezone"
|
|
|
|
redis:
|
|
host: "localhost"
|
|
port: 6379
|
|
pass: ""
|
|
|
|
jwt:
|
|
token_exp_minutes: 60
|
|
refresh_token_exp_minutes: 10080
|
|
token_secret: "Secret"
|
|
|
|
RPC:
|
|
url: "exmaple.com"
|
|
|
|
otp:
|
|
code_exp_minutes: 2 |