X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..ecfc7ea6083b01e058d780144da459d35b6bf323:/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