Revert database.yml changes

pull/1208/head
Rick Carlino 2019-05-23 13:09:46 -05:00
parent 8f40ccafcf
commit be6355c092
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ default: &default
# See: ENV["DATABASE_URL"]
# https://edgeguides.rubyonrails.org/configuring.html#configuring-a-database
username: postgres
password: <%= ENV.fetch("POSTGRES_PASSWORD") %>
password: <%= ENV["POSTGRES_PASSWORD"] || (puts "Warning - POSTGRES_PASSWORD not found.") %>
development:
<<: *default
database: farmbot_development