fix syntax on application-devel.properties

This commit is contained in:
apapachristou 2020-12-14 19:37:06 +02:00
parent d8b7161c73
commit 2ed101888d
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ dmp.domain = http://localhost:4200
database.url=
database.username=
database.password=
spring.datasource.maxIdle: 10
spring.datasource.minIdle: 5
spring.datasource.maxActive: 10
spring.datasource.maxIdle=10
spring.datasource.minIdle=5
spring.datasource.maxActive=10
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch.host = localhost