Change password placeholder to something db:load_config can parse.
authorTom Clegg <tom@curoverse.com>
Tue, 8 Apr 2014 23:08:33 +0000 (19:08 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 8 Apr 2014 23:08:33 +0000 (19:08 -0400)
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