Browse Source

DB connection

pull/275/head
baarkerlounger 3 years ago
parent
commit
77a26958ef
  1. 4
      config/database.yml

4
config/database.yml

@ -28,8 +28,8 @@ default: &default
development:
<<: *default
database: <%= ENV['DB_DATABASE'] || data_collector_development %>
host: <%= ENV['DB_HOST'] || localhost %>
database: <%= ENV['DB_DATABASE'] || 'data_collector_development' %>
host: <%= ENV['DB_HOST'] || 'localhost' %>
staging:
<<: *default

Loading…
Cancel
Save