Update server configuration to allow specific CORS origins and increase rate limit to 300

This commit is contained in:
Mo Tarbin 2024-07-01 01:50:25 -04:00
parent 49d877486c
commit a6871d4200
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@ jwt:
session_time: 168h
max_refresh: 168h
server:
port: 8000
port: 2021
read_timeout: 2s
write_timeout: 1s
rate_period: 60s
rate_limit: 200
rate_limit: 300
cors_allow_origins:
- "http://localhost:5173"
- "http://localhost:7926"
scheduler_jobs:
due_job: 30m
overdue_job: 3h