X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7178ac911e7b160c1348da404b5aa07b9829d3c8..e20590d485505f58f7745d74a311ca539c9be940:/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