the middle of the idiots

This commit is contained in:
2025-10-24 16:29:40 -05:00
parent 6a58e19b10
commit 721301c779
2472 changed files with 237076 additions and 418 deletions

View File

@@ -0,0 +1,21 @@
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"