Files
MOHPortalTest-AllAgents-All…/qwen/hack/k8s/configmap.yaml
2025-10-24 16:29:40 -05:00

21 lines
569 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: moh-config
namespace: merchantsofhope
data:
APP_NAME: "MerchantsOfHope"
APP_VERSION: "0.1.0"
APP_ENV: "production"
DEBUG: "false"
TIMEZONE: "UTC"
DB_HOST: "moh-postgres.merchantsofhope.svc.cluster.local"
DB_NAME: "moh"
DB_PORT: "5432"
JWT_SECRET: "changeme-in-production"
TENANT_ISOLATION_ENABLED: "true"
ACCESSIBILITY_ENABLED: "true"
GDPR_COMPLIANCE_ENABLED: "true"
PCI_DSS_COMPLIANCE_ENABLED: "true"
FRONTEND_URL: "https://merchantsofhope.org"
APP_URL: "https://api.merchantsofhope.org"