update sistem proyek menjadi lebih struktural. dimulai dengan memisahkan dashboard publik dan administrator pada setiap proyek, membuat dockerfile untuk setup environment docker, dan merapikan database serta membuat file migration.

This commit is contained in:
2026-06-10 17:44:46 +07:00
parent c6087ed7dd
commit e98a8ecec9
34 changed files with 963 additions and 211 deletions
+12
View File
@@ -0,0 +1,12 @@
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=webgis_spbu
DB_USERNAME=root
DB_PASSWORD=
# Alternatif nama env yang juga didukung:
# MYSQL_HOST=localhost
# MYSQL_PORT=3306
# MYSQL_DATABASE=webgis_spbu
# MYSQL_USER=root
# MYSQL_PASSWORD=