Change password placeholder to something db:load_config can parse.
[arvados.git] / services / api / config / database.yml.sample
index 25fcc7ada79ba516073a6c206699b26792d1b6f7..a16ea98910b85067023426fa0580303b460fe809 100644 (file)
@@ -7,7 +7,7 @@ test:
   encoding: utf8
   database: arvados_test
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost
 
 production:
@@ -15,6 +15,6 @@ production:
   encoding: utf8
   database: arvados_production
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost