From db0328747a3e0c768b3c8527e8aa2d9d5faf9645 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 1 Apr 2024 13:36:22 +0200 Subject: [PATCH] cors --- env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/env.example b/env.example index adb6f15..e5437b1 100644 --- a/env.example +++ b/env.example @@ -2,6 +2,7 @@ NODE_ENV=development NODE_APP_NAME=dev-zeitadler-dashboard-api HOST=localhost PORT=50250 +CORS_ORIGINS= MARIADB_HOST=localhost MARIADB_PORT=50035