mysql issue fix 2
This commit is contained in:
parent
713cdac4be
commit
abd70d093d
@ -100,6 +100,10 @@ env:
|
||||
value: "local"
|
||||
- name: LOG_LEVEL
|
||||
value: "DEBUG"
|
||||
- name: DB_CONFIG_FILE
|
||||
value: "/etc/onlinesales/db/hibernate.cfg.xml"
|
||||
- name: LOG_CONFIG_FILE
|
||||
value: "/etc/onlinesales/config/schedulerService/log.cfg"
|
||||
|
||||
# External Database - connects to os-schedules-argo-syncer's MySQL subchart
|
||||
# autoDerive: true will auto-derive host as {namespace}-os-schedules-argo-syncer-mysql
|
||||
|
||||
@ -128,7 +128,11 @@ config:
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
|
||||
|
||||
env: []
|
||||
env:
|
||||
- name: DB_CONFIG_FILE
|
||||
value: "/etc/onlinesales/db/hibernate.cfg.xml"
|
||||
- name: LOG_CONFIG_FILE
|
||||
value: "/etc/onlinesales/config/schedulerService/log.cfg"
|
||||
|
||||
# External Database configuration
|
||||
# MySQL is deployed as a shared dependency (not a subchart)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user