From 184d489ee9f5b189f7d60fdd65b832ab0d4c2588 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 15 Oct 2024 08:46:49 +0200 Subject: [PATCH] =?UTF-8?q?l=C3=A4uft=20auf=20CPL=20mit=20localhost=20und?= =?UTF-8?q?=20von=20Laptop=20auf=20IP=20des=20CPL=20auch=20in=20.env.local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.local b/.env.local index 6221d42..45723e0 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ -#Next.js Webserver -NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 -#CPL Webserver -#NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 +#Next.js Webserver, bleibt localhost auf CPL bei production +#NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 +#CPL Webserver für die Entwicklung , um Daten von CPL zu bekommen +NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443