mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
14 lines
No EOL
419 B
Text
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 |