.env.local soll nicht von Git ignoriert werden

This commit is contained in:
ISA
2024-09-30 07:21:43 +02:00
parent 28f791069f
commit f0ed9a85da
2 changed files with 5 additions and 1 deletions

4
.env.local Normal file
View File

@@ -0,0 +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

2
.gitignore vendored
View File

@@ -26,7 +26,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
# local env files # local env files
.env*.local #.env*.local
# vercel # vercel
.vercel .vercel