aboutsummaryrefslogtreecommitdiffstats
path: root/config/local.yaml
blob: fb25d49f93a520c966caea301cc8ca0cf4a8f3dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "local"
is_done_tick_dot_com: false
telegram:
  token: ""
database:
  type: "sqlite"
  migration: true
jwt:
  secret: "secret"
  session_time: 168h
  max_refresh: 168h
server:
  port: 2021
  read_timeout: 2s
  write_timeout: 1s
  rate_period: 60s
  rate_limit: 300
  cors_allow_origins:
    - "http://localhost:5173"
    - "http://localhost:7926"
scheduler_jobs:
  due_job: 30m
  overdue_job: 3h
  pre_due_job: 3h
email:
  host: 
  port: 
  key: 
  email:  
  appHost: