X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0b1fb2bd766d117745188ea321de08c904711c49..0474aa89b8f497fd5abaa072f9bc501742cc5b42:/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