This commit is contained in:
2026-03-21 17:47:26 +03:30
parent f5e7f98922
commit 2d109ab302
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
View File
@@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env* .env
# vercel # vercel
.vercel .vercel