chore(api): allow CORS from localhost:3000 for local development

This commit is contained in:
Gauthier Roebroeck 2025-02-20 10:37:54 +08:00
parent 707f9a00d2
commit 7f9dc5c97c

View file

@ -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