Initial import of AbelBirdNest Stock
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user