Fix database configruation for multi-db

The key, value is `replica: true` not `readonly: true`. Fix the database
configuration to be correct.
This commit is contained in:
eileencodes 2020-03-06 09:33:18 -05:00
parent 712cee1741
commit 150fcf7b37
No known key found for this signature in database
GPG Key ID: BA5C575120BBE8DF

@ -177,7 +177,7 @@ def build_app(options = {})
<<: *default
database: db/production_animals.sqlite3
migrations_paths: db/animals_migrate
readonly: true
replica: true
YAML
end
else