2872: Merge branch 'master' into 2872-folder-nav
[arvados.git] / services / api / config / database.yml.sample
index 8f54e6630987377588d8ce0e00a2e59a3434b351..6a2701622b0d3e1649ffe6c74a45ed36ce6b0a6e 100644 (file)
@@ -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