← back to Jill Website

.env.example

28 lines

# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=jill_website
DB_USER=postgres
DB_PASSWORD=your_password_here

# Server Configuration
PORT=8200
NODE_ENV=development

# Email Configuration (SMTP)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=your_email@gmail.com
SMTP_PASS=your_app_password_here
SMTP_FROM="Nosara Beachfront Rentals <noreply@nosarabeachfront.com>"

# Admin Configuration
SITE_USERNAME=your_site_username_here
SITE_PASSWORD=your_site_password_here
SESSION_SECRET=your_session_secret_here
ADMIN_PASSWORD=your_admin_password_here

# Google Maps API Configuration
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here