feat: add .env support for coolify deployment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user