build: env file improve

This commit is contained in:
Johannes Millan 2025-07-14 19:47:48 +02:00
parent 8432e1bbb4
commit 97dd02fe7a
10 changed files with 241 additions and 108 deletions

View file

@ -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