25 lines
432 B
Bash
25 lines
432 B
Bash
# 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
|