Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / database.yml
index dd7669cb281555304f789cc7971281ba1b93d9cc..5908b0343ab6837b550e5e38f62652dc0ea2e41b 100644 (file)
@@ -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