diff --git a/ifn-simulation-orchestrator.yml b/ifn-simulation-orchestrator.yml new file mode 100644 index 0000000..b59de84 --- /dev/null +++ b/ifn-simulation-orchestrator.yml @@ -0,0 +1,9 @@ +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 \ No newline at end of file