diff --git a/service-a.yml b/service-a.yml index d76f8e2..1675c82 100755 --- a/service-a.yml +++ b/service-a.yml @@ -2,10 +2,15 @@ server: port: 8085 spring: datasource: - driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://85.198.8.43:7832/mmrztest - username: mmrz - password: fEWp7g44rHf8 + driver-class-name: oracle.jdbc.OracleDriver + url: jdbc:oracle:thin:@//localhost:1521 + username: test + password: test + + # 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 @@ -16,6 +21,7 @@ spring: liquibase: change-log: classpath:db/changelog/liquibase-master.xml + default-schema: TEST sql: init: diff --git a/service-b.yml b/service-b.yml index e4b59a8..89efae9 100755 --- a/service-b.yml +++ b/service-b.yml @@ -2,10 +2,15 @@ server: port: 8087 spring: datasource: - driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://85.198.8.43:7832/mmrztest - username: mmrz - password: fEWp7g44rHf8 + driver-class-name: oracle.jdbc.OracleDriver + url: jdbc:oracle:thin:@//localhost:1521 + username: test2 + password: test2 + # 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 @@ -16,6 +21,7 @@ spring: liquibase: change-log: classpath:db/changelog/liquibase-master.xml + default-schema: TEST2 sql: init: