9 lines
177 B
Bash
9 lines
177 B
Bash
APP_NAME="WebGIS Sebaran Penduduk Miskin"
|
|
BASE_URL="https://your-coolify-domain.com"
|
|
|
|
# Database Configuration
|
|
DB_HOST=127.0.0.1
|
|
DB_USER=root
|
|
DB_PASS=secret
|
|
DB_NAME=poverty_map
|