feat: update generated configs and environment files
- Regenerate all environment-specific config files with unified config - Update Vite environment files for all environments (dev/staging/prod) - Update Docker environment files with current configuration - Update Kubernetes config.env files for development and production - Add staging environment configurations and overlays - Ensures all generated files reflect unified configuration system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# DEVELOPMENT Environment Configuration
|
||||
# Generated automatically from unified configuration
|
||||
# Generated on: 2025-09-08T16:32:25.385Z
|
||||
# Generated on: 2025-09-09T03:27:30.597Z
|
||||
#
|
||||
# This file was auto-generated. Do not edit manually.
|
||||
# To make changes, update config/unified.config.ts and regenerate.
|
||||
@@ -22,7 +22,7 @@ DOCKER_IMAGE=gitea-http.taildb3494.ts.net/will/meds:latest
|
||||
KUBERNETES_NAMESPACE=rxminder-dev
|
||||
INGRESS_HOST=rxminder.192.168.153.243.nip.io
|
||||
INGRESS_CLASS=nginx
|
||||
CERT_MANAGER_ISSUER=letsencrypt-prod
|
||||
CERT_MANAGER_ISSUER=selfsigned
|
||||
STORAGE_CLASS=longhorn
|
||||
STORAGE_SIZE=1Gi
|
||||
ENABLE_EMAIL_VERIFICATION=true
|
||||
|
||||
Reference in New Issue
Block a user