X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43c411ec1441ee1710dc33389d7451f7414a170f..1c03f0c13bd55683a12c68d9bfc2a602b7815a16:/services/api/config/database.yml.sample diff --git a/services/api/config/database.yml.sample b/services/api/config/database.yml.sample index 62edd8431e..6a2701622b 100644 --- a/services/api/config/database.yml.sample +++ b/services/api/config/database.yml.sample @@ -1,24 +1,24 @@ development: - adapter: mysql + adapter: postgresql encoding: utf8 database: arvados_development username: arvados - password: ******** + password: xxxxxxxx host: localhost test: - adapter: mysql + adapter: postgresql encoding: utf8 database: arvados_test username: arvados - password: ******** + password: xxxxxxxx host: localhost production: - adapter: mysql + adapter: postgresql encoding: utf8 database: arvados_production username: arvados - password: ******** + password: xxxxxxxx host: localhost