2024-06-30 21:41:41 -04:00
|
|
|
name: "local"
|
2024-07-01 18:44:41 -04:00
|
|
|
is_done_tick_dot_com: false
|
2024-12-14 02:15:51 -05:00
|
|
|
is_user_creation_disabled: false
|
2024-06-30 21:41:41 -04:00
|
|
|
telegram:
|
|
|
|
token: ""
|
2024-12-14 02:15:51 -05:00
|
|
|
pushover:
|
|
|
|
token: ""
|
2024-06-30 21:41:41 -04:00
|
|
|
database:
|
|
|
|
type: "sqlite"
|
|
|
|
migration: true
|
2025-02-22 20:13:35 -05:00
|
|
|
# these are only required for postgres
|
|
|
|
host: "secret"
|
2025-03-05 19:56:19 -05:00
|
|
|
port: 5432
|
2025-02-22 20:13:35 -05:00
|
|
|
user: "secret"
|
|
|
|
password: "secret"
|
|
|
|
name: "secret"
|
2024-06-30 21:41:41 -04:00
|
|
|
jwt:
|
|
|
|
secret: "secret"
|
|
|
|
session_time: 168h
|
|
|
|
max_refresh: 168h
|
|
|
|
server:
|
2024-07-01 01:50:25 -04:00
|
|
|
port: 2021
|
2025-02-06 21:53:34 -05:00
|
|
|
read_timeout: 10s
|
|
|
|
write_timeout: 10s
|
2024-06-30 21:41:41 -04:00
|
|
|
rate_period: 60s
|
2024-07-01 01:50:25 -04:00
|
|
|
rate_limit: 300
|
2024-06-30 22:58:33 -04:00
|
|
|
cors_allow_origins:
|
|
|
|
- "http://localhost:5173"
|
2024-07-01 01:50:25 -04:00
|
|
|
- "http://localhost:7926"
|
2024-07-24 01:07:11 -04:00
|
|
|
serve_frontend: false
|
2024-06-30 21:41:41 -04:00
|
|
|
scheduler_jobs:
|
|
|
|
due_job: 30m
|
|
|
|
overdue_job: 3h
|
|
|
|
pre_due_job: 3h
|
|
|
|
email:
|
|
|
|
host:
|
|
|
|
port:
|
|
|
|
key:
|
|
|
|
email:
|
|
|
|
appHost:
|