mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(api): allow CORS from localhost:3000 for local development
This commit is contained in:
parent
707f9a00d2
commit
7f9dc5c97c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ komga:
|
|||
file: "file:tasks?mode=memory"
|
||||
cors.allowed-origins:
|
||||
- http://localhost:8081
|
||||
- http://localhost:3000
|
||||
- https://komga.org
|
||||
oauth2-account-creation: false
|
||||
config-dir: ${rootDir}/config-dir
|
||||
|
|
|
|||
Loading…
Reference in a new issue