super-productivity/.env.example
2025-07-14 18:58:27 +02:00

14 lines
No EOL
419 B
Text

# Environment configuration example
# Copy this file to .env and adjust values as needed
# NODE_ENV - Set the Node environment (development, production, staging)
NODE_ENV=development
# PRODUCTION - Set to true for production builds
PRODUCTION=false
# STAGE - Set to true for staging builds
STAGE=false
# Additional environment variables can be added here
# They will be accessible in the Angular app via process.env