Add support for Android app in CORS origins, Update README
This commit is contained in:
parent
3c16d74cf7
commit
cd29da9168
2 changed files with 6 additions and 7 deletions
|
@ -21,6 +21,9 @@ server:
|
|||
cors_allow_origins:
|
||||
- "http://localhost:5173"
|
||||
- "http://localhost:7926"
|
||||
# the below are required for the android app to work
|
||||
- "https://localhost"
|
||||
- "capacitor://localhost"
|
||||
serve_frontend: true
|
||||
scheduler_jobs:
|
||||
due_job: 30m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue