You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
918 B
20 lines
918 B
apiVersion: v1
|
|
data:
|
|
CSI_DB_BM_APPROVAL_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
CSI_DB_BM_BILLING_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
CSI_DB_BM_INVOICE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
CSI_DB_PORT: "1521"
|
|
CSI_DB_SERVER: postgress
|
|
SPRING_DATASOURCE_DRIVER-CLASS-NAME: org.postgresql.Driver
|
|
SPRING_JPA_DATABASE-PLATFORM: org.hibernate.dialect.PostgreSQLDialect
|
|
logging.level.com.csi.common.billing.client.EmailAuthLevelUserClient: DEBUG
|
|
logging.level.com.csi.common.billing.client.PaymentModeRulesServiceClient: DEBUG
|
|
logging.level.com.csi.common.approval.client.ApprovalServiceClient: DEBUG
|
|
logging.level.com.csi.common.patienteligibility.client.CiePatientEligibilityServiceClient: DEBUG
|
|
active_profile: java-dev
|
|
kind: ConfigMap
|
|
metadata:
|
|
annotations:
|
|
name: service-configs-bm
|
|
namespace: csi-uat
|