Add CORS configuration to SatHub service for improved API access
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
environment:
|
||||
- GIN_MODE=release
|
||||
- FRONTEND_URL=${FRONTEND_URL:-https://sathub.de}
|
||||
- CORS_ALLOWED_ORIGINS={{ cors_allowed_origins | default('') }}
|
||||
|
||||
# Database settings
|
||||
- DB_TYPE=postgres
|
||||
|
||||
Reference in New Issue
Block a user