Add CORS_ALLOWED_ORIGINS to .env.example

This commit is contained in:
root
2026-05-26 19:02:58 +02:00
parent a65db47c85
commit e2422e9a16
+5
View File
@@ -105,6 +105,11 @@ APP_LOCALE=nl
APP_FALLBACK_LOCALE=en APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=nl_NL APP_FAKER_LOCALE=nl_NL
# ==========================================
# CORS
# ==========================================
CORS_ALLOWED_ORIGINS=
# ========================================== # ==========================================
# SECURITY SETTINGS # SECURITY SETTINGS
# ========================================== # ==========================================