X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..e1d178affae6eb4c8a09deafa0b980b3f440b278:/services/api/config/database.yml.example diff --git a/services/api/config/database.yml.example b/services/api/config/database.yml.example index 80876888cf..2ec90050ae 100644 --- a/services/api/config/database.yml.example +++ b/services/api/config/database.yml.example @@ -15,6 +15,7 @@ test: adapter: postgresql template: template0 encoding: utf8 + collation: en_US.utf8 database: arvados_test username: arvados password: xxxxxxxx @@ -28,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