This commit is contained in:
bipproduction
2025-10-07 16:17:04 +08:00
commit 1c6721a664
63 changed files with 13148 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL="postgresql://bip:Production_123@localhost:5432/mydb?schema=public"
JWT_SECRET=super_sangat_rahasia_sekali
BUN_PUBLIC_BASE_URL=http://localhost:3000
PORT=3000