CORS support

CORS_ORIGIN environment variable
This commit is contained in:
Oliver Bryan
2025-12-13 18:14:55 +00:00
parent ff7be7802e
commit acce648ee5
2 changed files with 89 additions and 19 deletions

View File

@@ -1 +1,4 @@
DATABASE_URL=postgres://eussi:password@localhost:5432/issue
DATABASE_URL=postgres://eussi:password@localhost:5432/issue
# comma separated list of allowed origins
CORS_ORIGIN=http://localhost:1420