feat: scaffold holiday booking project
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/holiday_property_booking?schema=public"
|
||||
NEXT_PUBLIC_SITE_URL="http://localhost:3000"
|
||||
NEXT_PUBLIC_BUILD_COMMIT="local"
|
||||
NEXT_PUBLIC_BUILD_ITERATION="0"
|
||||
BOOKING_HOLD_MINUTES="30"
|
||||
STRIPE_SECRET_KEY=""
|
||||
STRIPE_WEBHOOK_SECRET=""
|
||||
EMAIL_PROVIDER=""
|
||||
EMAIL_FROM_ADDRESS="noreply@example.com"
|
||||
|
||||
Reference in New Issue
Block a user