mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: add env files first draft
This commit is contained in:
parent
e8093154d7
commit
8432e1bbb4
8 changed files with 1239 additions and 20 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue