This commit is contained in:
Hamza-Ayed
2026-03-20 02:14:50 +03:00
parent 65ce6a0ba2
commit 6e6ee55d03
47 changed files with 14706 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Jordan Map Platform - Environment Variables
# المتغيرات البيئية لمنصة خرائط الأردن
# Database
POSTGRES_USER=mapuser
POSTGRES_PASSWORD=mappass
POSTGRES_DB=mapdb
DB_HOST=db
DB_PORT=5432
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
# GraphHopper (Routing)
GRAPH_HOPPER_URL=http://routing:8989
# Map Server
TILE_SERVER_URL=http://tileserver:8080
# API
API_PORT=3200
WEB_PORT=3201
NODE_ENV=development