X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0b9dce85589ac5f259c8bf6cc30b23d5f99e2b97..1c03f0c13bd55683a12c68d9bfc2a602b7815a16:/services/api/config/database.yml.sample diff --git a/services/api/config/database.yml.sample b/services/api/config/database.yml.sample index 8f54e66309..6a2701622b 100644 --- a/services/api/config/database.yml.sample +++ b/services/api/config/database.yml.sample @@ -3,7 +3,7 @@ development: encoding: utf8 database: arvados_development username: arvados - password: ******** + password: xxxxxxxx host: localhost test: @@ -11,7 +11,7 @@ test: encoding: utf8 database: arvados_test username: arvados - password: ******** + password: xxxxxxxx host: localhost production: @@ -19,6 +19,6 @@ production: encoding: utf8 database: arvados_production username: arvados - password: ******** + password: xxxxxxxx host: localhost