From 2ed101888dc90ebe1c1d7c3249b1b1001654eaf2 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Mon, 14 Dec 2020 19:37:06 +0200 Subject: [PATCH] fix syntax on application-devel.properties --- .../src/main/resources/config/application-devel.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dmp-backend/web/src/main/resources/config/application-devel.properties b/dmp-backend/web/src/main/resources/config/application-devel.properties index 8094d22c9..8f1ffc696 100644 --- a/dmp-backend/web/src/main/resources/config/application-devel.properties +++ b/dmp-backend/web/src/main/resources/config/application-devel.properties @@ -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