X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..5aa7b2ef565348e637af8dfd9351f82c8cc5b5e6:/services/api/config/database.yml.example?ds=sidebyside diff --git a/services/api/config/database.yml.example b/services/api/config/database.yml.example index f58cc11c95..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,4 +29,4 @@ production: username: arvados password: xxxxxxxx host: localhost - + pool: 50