From 730b83fd623d2a119cb0603b5cda677987bba337 Mon Sep 17 00:00:00 2001 From: esmailian Date: Sun, 27 Apr 2025 10:04:27 +0330 Subject: [PATCH] add service-b.yml --- service-b.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 service-b.yml diff --git a/service-b.yml b/service-b.yml new file mode 100755 index 0000000..10c0c5f --- /dev/null +++ b/service-b.yml @@ -0,0 +1,22 @@ +server: + port: 8086 +spring: + datasource: + driver-class-name: org.postgresql.Driver + url: jdbc:postgresql://85.198.8.43:7832/mmrztest + username: mmrz + password: fEWp7g44rHf8 + # Uncomment below to use localhost config instead + # url: jdbc:postgresql://localhost:5432/version + # username: cloud + # password: cloud + # url: jdbc:postgresql://localhost:5432/mmaddb + # username: mmad + # password: me9775 + + liquibase: + change-log: classpath:db/changelog/liquibase-master.xml + + sql: + init: + mode: always