Files
AbelBirdNest-Stock/.env.example

9 lines
316 B
Plaintext

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"