refactor: Update server configuration to allow specific CORS origins
This commit is contained in:
parent
c13dd9addb
commit
49d877486c
3 changed files with 11 additions and 7 deletions
|
@ -15,6 +15,8 @@ server:
|
|||
write_timeout: 1s
|
||||
rate_period: 60s
|
||||
rate_limit: 200
|
||||
cors_allow_origins:
|
||||
- "http://localhost:5173"
|
||||
|
||||
scheduler_jobs:
|
||||
due_job: 30m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue