new updated 14 april 2026

This commit is contained in:
root
2026-04-16 05:02:57 +00:00
commit 64b9415ce0
187 changed files with 69998 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Database
DB_USER=postgres
DB_PASSWORD=gakbikinkembung25
DB_NAME=careit_db
# Optional: aktifkan hanya jika Anda membuka port db ke host
DB_EXPOSE_PORT=15432
# App ports di host
BACKEND_PORT=8081
FRONTEND_PORT=3000
# Penting: harus URL host yang bisa diakses browser
# Ganti IP ini jika server/PC Anda berbeda
NEXT_PUBLIC_API_URL=http://10.10.123.202:8081
# Untuk reset data tester saat pindah ke PostgreSQL 18, jalankan: docker compose down -v