Skip to content

Commit 347a02e

Browse files
committed
Fix database configuration
1 parent 14996ef commit 347a02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ feedback {
1515
}
1616

1717
database {
18-
use = true
19-
user = ${?USE_DB}
18+
use = false
19+
use = ${?USE_DB}
2020
host = "localhost"
2121
host = ${?DB_HOST}
2222
port = 5432

0 commit comments

Comments
 (0)