Update application-postgres.yml
This commit is contained in:
parent
d761ce30f1
commit
889fdb2459
@ -7,6 +7,6 @@ spring:
|
||||
ddl-auto: update
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
username: cubetiq
|
||||
password: Root$
|
||||
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
||||
username: root
|
||||
password: root
|
||||
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
||||
|
Loading…
Reference in New Issue
Block a user