include archive databases in yml

This commit is contained in:
Albert Yi
2016-12-27 13:54:52 -08:00
parent 2fef0cdef9
commit 08e0480a62

View File

@@ -36,4 +36,20 @@ ro_production:
ro_staging:
adapter: postgresql
database: danbooru2
database: danbooru2
archive_development:
adapter: postgresql
database: archive_development
archive_test:
adapter: postgresql
database: archive_test
archive_production:
adapter: postgresql
database: archive_development
archive_staging:
adapter: postgresql
database: archive_development