From a257f06e23e460ebba187c6c88dc8146710852d2 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Fri, 5 Jan 2024 13:16:54 +0100 Subject: [PATCH] chore: remove PORT from nodemon envs --- nodemon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemon.json b/nodemon.json index e001b5f8..589ae322 100644 --- a/nodemon.json +++ b/nodemon.json @@ -9,7 +9,6 @@ "DANGEROUSLY_DISABLE_SECURE_CSRF_COOKIES": "true", "ORY_SDK_URL": "http://localhost:4433", "KRATOS_PUBLIC_URL": "http://localhost:4433", - "KRATOS_ADMIN_URL": "http://localhost:4434", - "PORT": "4455" + "KRATOS_ADMIN_URL": "http://localhost:4434" } }