2024-07-01 02:41:41 +01:00
|
|
|
name: "local"
|
2024-07-01 23:44:41 +01:00
|
|
|
is_done_tick_dot_com: false
|
2024-07-01 02:41:41 +01:00
|
|
|
telegram:
|
|
|
|
token: ""
|
|
|
|
database:
|
|
|
|
type: "sqlite"
|
|
|
|
migration: true
|
|
|
|
jwt:
|
|
|
|
secret: "secret"
|
|
|
|
session_time: 168h
|
|
|
|
max_refresh: 168h
|
|
|
|
server:
|
2024-07-01 06:50:25 +01:00
|
|
|
port: 2021
|
2024-07-01 02:41:41 +01:00
|
|
|
read_timeout: 2s
|
|
|
|
write_timeout: 1s
|
|
|
|
rate_period: 60s
|
2024-07-01 06:50:25 +01:00
|
|
|
rate_limit: 300
|
2024-07-01 03:58:33 +01:00
|
|
|
cors_allow_origins:
|
|
|
|
- "http://localhost:5173"
|
2024-07-01 06:50:25 +01:00
|
|
|
- "http://localhost:7926"
|
2024-07-01 02:41:41 +01:00
|
|
|
scheduler_jobs:
|
|
|
|
due_job: 30m
|
|
|
|
overdue_job: 3h
|
|
|
|
pre_due_job: 3h
|
|
|
|
email:
|
|
|
|
host:
|
|
|
|
port:
|
|
|
|
key:
|
|
|
|
email:
|
|
|
|
appHost:
|