- Add .env.development with development-specific variables - Add Vite-specific environment files for development and production - Add Docker environment file for development containers - Provide proper environment variable defaults for each deployment target - Enable consistent configuration across different runtime environments
16 lines
477 B
Plaintext
16 lines
477 B
Plaintext
# Vite environment variables for production
|
|
# Generated on: 2025-09-08T16:25:25.057Z
|
|
#
|
|
# These variables are available in the frontend build process
|
|
|
|
VITE_APP_NAME=rxminder
|
|
VITE_APP_VERSION=1.0.0
|
|
VITE_APP_BASE_URL=rxminder.192.168.153.243.nip.io
|
|
VITE_COUCHDB_URL=http://rxminder-couchdb-service:5984
|
|
VITE_COUCHDB_USER=admin
|
|
VITE_COUCHDB_PASSWORD=L7tfqHyg0T4sIYiWK
|
|
VITE_ENABLE_EMAIL_VERIFICATION=true
|
|
VITE_ENABLE_OAUTH=true
|
|
VITE_ENABLE_ADMIN_INTERFACE=true
|
|
VITE_DEBUG_MODE=true
|