From e2422e9a1632defbfc0a4ffb8559f713ba12cbb5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 May 2026 19:02:58 +0200 Subject: [PATCH] Add CORS_ALLOWED_ORIGINS to .env.example --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) 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 # ==========================================