trip-planner/.env.production.example

32 lines
No EOL
863 B
Text

# Trip Planner Production Environment Configuration
# Copy this file to .env and configure for your deployment
# Port to expose the application on
PORT=80
# Application URL (change to your domain)
APP_URL=http://localhost
# Frontend URL for CORS configuration (usually same as APP_URL)
FRONTEND_URL=${APP_URL}
# Application name
APP_NAME=Trip Planner
# Laravel application key (generate with: php artisan key:generate)
# REQUIRED: You must set this before running in production
APP_KEY=
# Session configuration
SESSION_DRIVER=database
SESSION_LIFETIME=120
# Set to true if using HTTPS
# SESSION_SECURE_COOKIE=true
SESSION_SAME_SITE=lax
# Database configuration (optional - defaults are provided)
# Only override these if you need custom credentials
# DB_DATABASE=trip_planner
# DB_USERNAME=trip_planner
# DB_PASSWORD=trip_planner_secret
# DB_ROOT_PASSWORD=