Update application-postgres.yml

This commit is contained in:
Sambo Chea 2020-06-24 10:27:29 +07:00 committed by GitHub
parent d761ce30f1
commit 889fdb2459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ spring:
ddl-auto: update ddl-auto: update
datasource: datasource:
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
username: cubetiq username: root
password: Root$ password: root
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo