feat: implement environment-based database connection utility and configuration management

This commit is contained in:
Syariffullah
2026-06-11 16:40:37 +07:00
parent 3aa1182a09
commit 227a7091b5
4 changed files with 96 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
# =============================================
# Environment Configuration — Poverty WebGIS
# =============================================
# Template ini bisa dijadikan acuan.
# Salin sebagai .env dan isi sesuai server.
# =============================================
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASS=
DB_NAME=webgis_poverty