CI/CD
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Server Configuration
|
||||
PORT=9031
|
||||
NODE_ENV=development
|
||||
|
||||
# Next.js Configuration
|
||||
BASEPATH=
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:9031
|
||||
|
||||
# API Configuration (Envoy Gateway)
|
||||
NEXT_PUBLIC_API_URL=http://localhost:9035
|
||||
|
||||
# MAPBOX_ACCESS_TOKEN=your-mapbox-access-token
|
||||
+1
-1
@@ -31,7 +31,7 @@ yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user