updating postgres server
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,3 +31,4 @@ build/
|
|||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
logs/
|
||||||
8594
logs/application.log
8594
logs/application.log
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ spring.datasource.driver-class-name=org.postgresql.Driver
|
|||||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
|
||||||
spring.datasource.url=jdbc:postgresql://173.212.247.232:5432/qpay?useLegacyDatetimeCode=false
|
spring.datasource.url=jdbc:postgresql://173.212.247.232:5532/qpay?useLegacyDatetimeCode=false
|
||||||
spring.datasource.username=postgres
|
spring.datasource.username=postgres
|
||||||
spring.datasource.password=zdDZMzq6F4B4L1IUl
|
spring.datasource.password=zdDZMzq6F4B4L1IUl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user