fix: env-based DB config + improved Dockerfile

This commit is contained in:
ocabacaa
2026-06-13 05:09:20 +07:00
parent 9cc6495b5b
commit f08c858880
6 changed files with 52 additions and 21 deletions
+9
View File
@@ -0,0 +1,9 @@
# Database Connection
DB_HOST = your-mysql-host
DB_USER = your-db-user
DB_PASS = your-db-password
# Database Names (3 database terpisah)
DB_NAME_SPBU=gis_spbu
DB_NAME_PARSIL=webgis_parsiltanah
DB_NAME=webgis_poverty