the middle of the idiots
This commit is contained in:
21
qwen/hack/k8s/configmap.yaml
Normal file
21
qwen/hack/k8s/configmap.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user