mirror of
https://config.infinnit-prod-pnq.neptune.codes/infinnit-admin/ifn-local-run-config-temp.git
synced 2025-04-01 05:52:31 +00:00
9 lines
186 B
YAML
9 lines
186 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:h2:tcp://h2-db:1521/ifn_so
|
|
username: sa
|
|
password:
|
|
liquibase:
|
|
enabled: true
|
|
change-log: classpath:/liquibase/master_test.xml
|
|
contexts: test |