.env.sample Info

# Hostname of the Postgres instance. DB_HOST=localhost

DATABASE_URL=postgresql://user:pass@localhost:5432/mydb DATABASE_POOL_SIZE=20 .env.sample

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. # Hostname of the Postgres instance

# ============================================================================== # APPLICATION CONFIGURATION # ============================================================================== NODE_ENV=development PORT=8080 APP_URL=http://localhost:8080 # ============================================================================== # DATABASE CONFIGURATION # Use "postgresql" or "mysql" for DB_CLIENT # ============================================================================== DB_CLIENT=postgresql DB_HOST=localhost DB_PORT=5432 DB_USER=your_database_user DB_PASSWORD=your_database_password DB_NAME=my_app_dev # ============================================================================== # THIRD-PARTY API KEYS # Get your keys at https://stripe.com and https://sendgrid.com # ============================================================================== STRIPE_API_KEY=sk_test_replace_with_your_actual_key SENDGRID_API_KEY=SG.replace_with_your_actual_key # ============================================================================== # SECURITY & AUTHENTICATION # Generate a random 32-character string for the secret # ============================================================================== JWT_SECRET=your_jwt_secret_phrase_here Use code with caution. Key Elements to Notice: If you share with third parties, their policies apply