feat: move CORS configuration to Spring Security

This commit is contained in:
2025-09-20 11:22:48 +02:00
parent 6b3585da5e
commit 5a26b299f2
4 changed files with 57 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ services:
DB_PORT: ${DB_PORT}
DB_USER: ${DB_USER}
DB_PASSWORD: ${DB_PASSWORD}
APP_ALLOWED_ORIGINS: ${APP_ALLOWED_ORIGINS}
depends_on:
- db