From 347a02eb4cb79390bc0347ee44f69ee0d66a9e6e Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Tue, 13 Oct 2020 18:44:11 +0200 Subject: [PATCH] Fix database configuration --- src/main/resources/application.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 3ef029d..0b8853f 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -15,8 +15,8 @@ feedback { } database { - use = true - user = ${?USE_DB} + use = false + use = ${?USE_DB} host = "localhost" host = ${?DB_HOST} port = 5432