Skip to content

Commit

Permalink
Fix database configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
otrebski committed Oct 13, 2020
1 parent 14996ef commit 347a02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ feedback {
}

database {
use = true
user = ${?USE_DB}
use = false
use = ${?USE_DB}
host = "localhost"
host = ${?DB_HOST}
port = 5432
Expand Down

0 comments on commit 347a02e

Please sign in to comment.