fix syntax on application-devel.properties
This commit is contained in:
parent
d8b7161c73
commit
2ed101888d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue