mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
updating for 2018 data
This commit is contained in:
parent
c6b10291fd
commit
9d81c39f54
8 changed files with 128 additions and 34 deletions
|
|
@ -6,17 +6,17 @@ default: &default
|
|||
|
||||
development:
|
||||
<<: *default
|
||||
database: edcontext_development
|
||||
database: mciea_development
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
<<: *default
|
||||
database: edcontext_test
|
||||
# test:
|
||||
# <<: *default
|
||||
# database: edcontext_test
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
database: edcontext_production
|
||||
username: edcontext
|
||||
password: <%= ENV['EDCONTEXT_DATABASE_PASSWORD'] %>
|
||||
# production:
|
||||
# <<: *default
|
||||
# database: edcontext_production
|
||||
# username: edcontext
|
||||
# password: <%= ENV['EDCONTEXT_DATABASE_PASSWORD'] %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue