fix(cors): allow origins from environment variable
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
SPRING_PROFILES_ACTIVE=dev
|
||||
|
||||
APP_ENCRYPTION_SECRET=123456789
|
||||
APP_ALLOWED_ORIGINS=http://localhost:8080
|
||||
|
||||
DB_NAME=EXAMPLE_DB
|
||||
DB_USER=EXAMPLE
|
||||
|
||||
Reference in New Issue
Block a user