X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7..7f7c5c213af259bb660644949ce19a0d383e0bf2:/charts/arvados/config/api-server/database.yml diff --git a/charts/arvados/config/api-server/database.yml b/charts/arvados/config/api-server/database.yml deleted file mode 100644 index 8b1ad41..0000000 --- a/charts/arvados/config/api-server/database.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: Apache-2.0 - -production: - adapter: postgresql - encoding: utf8 - database: arvados_production - username: arvados - password: pw - host: arvados-postgres - template: template0 - -development: - adapter: postgresql - encoding: utf8 - database: arvados_sso_development - username: arvados_sso - password: xxxxxxxx - host: localhost - template: template0 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - adapter: postgresql - encoding: utf8 - database: arvados_sso_test - username: arvados_sso - password: xxxxxxxx - host: localhost - template: template0