X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/74aa6539fccff9b135f3edec58801976b9a51538..fe5ee2e37364330b4a58c0c41e8a0b627e8cb1f2:/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