diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5cdced2..537cabd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -10,7 +10,7 @@ server.servlet.context-path=/api spring.jpa.hibernate.ddl-auto=validate spring.datasource.driver-class-name=org.postgresql.Driver -spring.datasource.url=jdbc:postgresql://62.171.179.108:5432/qpay?useLegacyDatetimeCode=false +spring.datasource.url=jdbc:postgresql://velocity-db-f82e97:5432/pay?useLegacyDatetimeCode=false spring.datasource.username=postgres spring.datasource.password=zdDZMzq6F4B4L1IUla @@ -35,7 +35,7 @@ jwt.secret=your-super-secret-jwt-key-here-make-it-very-long-and-secure-in-produc jwt.expiration=7776000000 logging.level.root=WARN -spring.datasource.nflow.url=jdbc:postgresql://62.171.179.108:5432/qpay-nflow +spring.datasource.nflow.url=jdbc:postgresql://velocity-db-f82e97:5432/pay-nflow spring.datasource.nflow.username=postgres spring.datasource.nflow.password=zdDZMzq6F4B4L1IUla spring.main.allow-bean-definition-overriding=true diff --git a/src/main/resources/liquibase.properties b/src/main/resources/liquibase.properties index ef9d927..5695421 100644 --- a/src/main/resources/liquibase.properties +++ b/src/main/resources/liquibase.properties @@ -1,5 +1,5 @@ changeLogFile=src/main/resources/liquibase-diff-changeLog.xml -url=jdbc:postgresql://62.171.179.108:5432/qpay?serverTimezone=Africa/Harare&useLegacyDatetimeCode=false +url=jdbc:postgresql://velocity-db-f82e97:5432/pay?serverTimezone=Africa/Harare&useLegacyDatetimeCode=false username=postgres password=zdDZMzq6F4B4L1IUla