initial booking
This commit is contained in:
22
.env.example
Normal file
22
.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# Database
|
||||
DATABASE_URL="file:./data/app.db"
|
||||
|
||||
# NextAuth — generate with: openssl rand -base64 32
|
||||
AUTH_SECRET="change-me-to-a-long-random-string"
|
||||
AUTH_URL="http://localhost:3000"
|
||||
AUTH_TRUST_HOST="true"
|
||||
|
||||
# Mailjet — https://app.mailjet.com/account/apikeys
|
||||
MAILJET_API_KEY=""
|
||||
MAILJET_API_SECRET=""
|
||||
MAIL_FROM_EMAIL="bokning@example.com"
|
||||
MAIL_FROM_NAME="Gasol247 Bokning"
|
||||
|
||||
# Public site
|
||||
NEXT_PUBLIC_SITE_URL="http://localhost:3000"
|
||||
NEXT_PUBLIC_EVENT_NAME="Jamboree 2027"
|
||||
|
||||
# Initial admin (used by seed script). Change before deploy.
|
||||
SEED_ADMIN_EMAIL="admin@example.com"
|
||||
SEED_ADMIN_PASSWORD="change-me"
|
||||
SEED_ADMIN_NAME="Admin"
|
||||
Reference in New Issue
Block a user