X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7e773735e9d547381a77baeeb139696dfa66a7a6..c89213f5a5e303050caaebe4f8fdf2980fc65605:/services/api/config/database.yml.example 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