feat: implement centralized database configuration using .env file and custom loader
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user