X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4154420cdd2a2ac6cdb2cc57357f42513fb287cc..4aee7d57faff02fc6b7b6f750dc22a29e58bb963:/apps/workbench/config/database.yml diff --git a/apps/workbench/config/database.yml b/apps/workbench/config/database.yml index dd7669cb28..5908b0343a 100644 --- a/apps/workbench/config/database.yml +++ b/apps/workbench/config/database.yml @@ -1,32 +1,15 @@ -# SQLite version 3.x -# gem install sqlite3 +# Copyright (C) The Arvados Authors. All rights reserved. # -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -development: - adapter: sqlite3 - database: db/development.sqlite3 - pool: 5 - timeout: 5000 +# SPDX-License-Identifier: AGPL-3.0 -# 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. +# Note: The database configuration is not actually used. +development: + adapter: nulldb test: - adapter: sqlite3 - database: db/test.sqlite3 - pool: 5 - timeout: 5000 - + adapter: nulldb production: - adapter: sqlite3 - database: db/production.sqlite3 - pool: 5 - timeout: 5000 - -# Note: The "diagnostics" database configuration is not actually used. + adapter: nulldb diagnostics: - adapter: sqlite3 - database: db/diagnostics.sqlite3 - pool: 5 - timeout: 5000 + adapter: nulldb +performance: + adapter: nulldb