Initial import of AbelBirdNest Stock

This commit is contained in:
2026-05-16 18:25:51 +07:00
commit 14bb9bf744
472 changed files with 70671 additions and 0 deletions

8
.env.example Normal file
View File

@ -0,0 +1,8 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/abelbirdnest?schema=public"
AUTH_SECRET="ganti-dengan-secret-random-anda"
APP_URL="http://localhost:3000"
SMTP_HOST="mail.example.com"
SMTP_PORT="465"
SMTP_USER="mailer@example.com"
SMTP_PASSWORD="ganti-dengan-password-smtp"
SMTP_FROM="mailer@example.com"