1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
9 database: arvados_development
18 database: arvados_test
27 database: arvados_production
31 # For the websockets server, prefer a larger database connection pool size since it
32 # multithreaded and can serve a large number of long-lived clients. See also
33 # websocket_max_connections configuration option.