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

13
.env.production.example Normal file
View File

@ -0,0 +1,13 @@
NODE_ENV=production
PORT=3007
APP_URL=https://abelbirdnest.id
DATABASE_URL="postgresql://USER:PASSWORD@127.0.0.1:5432/abelbirdnest_prod?schema=public"
AUTH_SECRET="ganti-dengan-secret-random-panjang"
AUTH_BOOTSTRAP=false
SMTP_HOST="mail.abelbirdnest.id"
SMTP_PORT="465"
SMTP_SECURE="true"
SMTP_USER="noreply@abelbirdnest.id"
SMTP_PASSWORD="ganti-dengan-password-smtp"
SMTP_FROM="noreply@abelbirdnest.id"