X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6f1c0e1dd16f53ce4fb7e8785a130e5f588500e5..0f537bcaa60b8a1496010bc9d4a943484e69081c:/services/api/config/database.yml.example diff --git a/services/api/config/database.yml.example b/services/api/config/database.yml.example index f995b6a2c3..2ec90050ae 100644 --- a/services/api/config/database.yml.example +++ b/services/api/config/database.yml.example @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + development: adapter: postgresql template: template0 @@ -11,6 +15,7 @@ test: adapter: postgresql template: template0 encoding: utf8 + collation: en_US.utf8 database: arvados_test username: arvados password: xxxxxxxx @@ -24,7 +29,4 @@ production: username: arvados password: xxxxxxxx host: localhost - # For the websockets server, prefer a larger database connection pool size since it - # multithreaded and can serve a large number of long-lived clients. See also - # websocket_max_connections configuration option. pool: 50