diff --git a/.env.example b/.env.example index a4bb7ad..6cb7aac 100755 --- a/.env.example +++ b/.env.example @@ -105,6 +105,11 @@ APP_LOCALE=nl APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=nl_NL +# ========================================== +# CORS +# ========================================== +CORS_ALLOWED_ORIGINS= + # ========================================== # SECURITY SETTINGS # ==========================================