cleaned properties

This commit is contained in:
enricoottonello 2019-04-09 12:17:03 +02:00
parent 9294851a6c
commit 58c4e1f725
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ spring.main.banner-mode = console
logging.level.root = INFO
spring.datasource.url=jdbc:postgresql://localhost:5432/mdstoremanager
spring.datasource.username=dnet
spring.datasource.password=dnetPwd
spring.datasource.username=
spring.datasource.password=
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect