diff --git a/script/install/database.yml.templ b/script/install/database.yml.templ index aa9bfad30..91e7e4312 100755 --- a/script/install/database.yml.templ +++ b/script/install/database.yml.templ @@ -36,4 +36,20 @@ ro_production: ro_staging: adapter: postgresql - database: danbooru2 \ No newline at end of file + 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 \ No newline at end of file