X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..454ee2b8f0385c542b6f1165a3baf2820425e1a3:/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