# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 development: adapter: postgresql template: template0 encoding: utf8 database: arvados_development username: arvados password: xxxxxxxx host: localhost test: adapter: postgresql template: template0 encoding: utf8 collation: en_US.utf8 database: arvados_test username: arvados password: xxxxxxxx host: localhost production: adapter: postgresql template: template0 encoding: utf8 database: arvados_production username: arvados password: xxxxxxxx host: localhost pool: 50