X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..91cd750b78b39195b0e8f3328a3e7f34484172a3:/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