mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: env file improve
This commit is contained in:
parent
8432e1bbb4
commit
97dd02fe7a
10 changed files with 241 additions and 108 deletions
17
.env.example
17
.env.example
|
|
@ -1,14 +1,9 @@
|
|||
# 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
|
||||
# Example API keys and tokens (add your actual values in .env)
|
||||
# GOOGLE_DRIVE_TOKEN=your-token-here
|
||||
# DROPBOX_API_KEY=your-api-key-here
|
||||
# WEBDAV_URL=https://your-webdav-server.com
|
||||
# WEBDAV_USERNAME=your-username
|
||||
# WEBDAV_PASSWORD=your-password
|
||||
Loading…
Add table
Add a link
Reference in a new issue