dokploy build configs

This commit is contained in:
2026-07-12 22:39:56 +02:00
parent be0f0ae49c
commit 5726c65e15
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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