Update server configuration to allow specific CORS origins and increase rate limit to 300
This commit is contained in:
parent
49d877486c
commit
a6871d4200
|
@ -10,14 +10,14 @@ jwt:
|
||||||
session_time: 168h
|
session_time: 168h
|
||||||
max_refresh: 168h
|
max_refresh: 168h
|
||||||
server:
|
server:
|
||||||
port: 8000
|
port: 2021
|
||||||
read_timeout: 2s
|
read_timeout: 2s
|
||||||
write_timeout: 1s
|
write_timeout: 1s
|
||||||
rate_period: 60s
|
rate_period: 60s
|
||||||
rate_limit: 200
|
rate_limit: 300
|
||||||
cors_allow_origins:
|
cors_allow_origins:
|
||||||
- "http://localhost:5173"
|
- "http://localhost:5173"
|
||||||
|
- "http://localhost:7926"
|
||||||
scheduler_jobs:
|
scheduler_jobs:
|
||||||
due_job: 30m
|
due_job: 30m
|
||||||
overdue_job: 3h
|
overdue_job: 3h
|
||||||
|
|
Loading…
Reference in New Issue