X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c8060b94c485d5bf0e500d2321793cd56db4c856..2dc7f15f81ea7f460114482614d8ec5814c36fbf:/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