lifesub/deployment/manifest/configmaps/common-config.yaml
2025-03-14 17:35:19 +00:00

10 lines
263 B
YAML

# lifesub/deployment/manifest/configmaps/common-config.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: common-config
data:
JPA_DDL_AUTO: update
JPA_SHOW_SQL: "true"
ALLOWED_ORIGINS: "http://localhost:18080,http://localhost:18081,http://20.214.113.12"