mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
9 lines
214 B
YAML
9 lines
214 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://lifesub-web" |