lifesub/deployment/manifest/configmaps/common-config.yaml
2025-04-09 12:27:26 +09:00

9 lines
202 B
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.249.184.6"