feat: implement centralized database configuration using .env file and custom loader

This commit is contained in:
Syariffullah
2026-06-12 21:02:16 +07:00
parent f9d7294f5e
commit 11db3a63af
6 changed files with 125 additions and 24 deletions
+13
View File
@@ -0,0 +1,13 @@
# =============================================
# Environment Configuration — WebGIS
# =============================================
# Template ini bisa dijadikan acuan.
# Salin sebagai .env dan isi sesuai server.
# JANGAN commit file .env ke repository!
# =============================================
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASS=
DB_NAME=webgis_poverty