NODE_ENV=development PORT=3000 DATABASE_URL=postgresql://mani:mani_local@localhost:5432/mani_candles CORS_ORIGINS=http://localhost:3001 SESSION_TTL_MINUTES=480 RECOVERY_TTL_MINUTES=15 # Optional recovery email: configure all five values together. # SMTP_HOST=smtp.example.com # SMTP_PORT=587 # SMTP_USER=replace_me # SMTP_PASSWORD=replace_me # SMTP_FROM=support@example.com # RECOVERY_URL=https://shop.example.com/reset DATABASE_POOL_SIZE=10 # Optional; defaults to true only in development. # SWAGGER_ENABLED=true