mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-07 08:26:23 +00:00
10 lines
191 B
YAML
10 lines
191 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: common-config
|
|
namespace: dg0400-lifesub-ns
|
|
data:
|
|
ALLOWED_ORIGINS: "http://20.249.144.200"
|
|
JPA_DDL_AUTO: "update"
|
|
JPA_SHOW_SQL: "true"
|