# Free Alberta Food - Environment Configuration # Copy this file to .env and update the values # Application NODE_ENV=production PORT=3003 FOOD_PORT=3003 # Database Configuration # Option 1: Use the dedicated food database DB_HOST=food-db DB_PORT=5432 DB_NAME=freealberta_food DB_USER=foodadmin DB_PASSWORD=changeme_secure_password # Option 2: Use the existing listmonk database (uncomment and configure) # DB_HOST=listmonk-db # DB_PORT=5432 # DB_NAME=freealberta_food # DB_USER=listmonk # DB_PASSWORD=your_postgres_password # Food Database credentials (for docker-compose) FOOD_DB_USER=foodadmin FOOD_DB_PASSWORD=changeme_secure_password # Enable weekly cron job for data scraping ENABLE_CRON=true # Admin Panel # Set a secure password for the admin panel ADMIN_PASSWORD=changeme_admin_password # Logging LOG_LEVEL=info