.env.local soll nicht von Git ignoriert werden
This commit is contained in:
4
.env.local
Normal file
4
.env.local
Normal 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
2
.gitignore
vendored
@@ -26,7 +26,7 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
#.env*.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user