[ARVADOS] updated: 50ee9817061629f9ffe2568f937149f6e877df04
git at public.curoverse.com
git at public.curoverse.com
Tue Apr 8 19:08:55 EDT 2014
Summary of changes:
services/api/config/database.yml.sample | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
via 50ee9817061629f9ffe2568f937149f6e877df04 (commit)
from 7488683807205fdfebd3c52e6ba50a0879ef1da7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 50ee9817061629f9ffe2568f937149f6e877df04
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Apr 8 19:08:33 2014 -0400
Change password placeholder to something db:load_config can parse.
diff --git a/services/api/config/database.yml.sample b/services/api/config/database.yml.sample
index 25fcc7a..a16ea98 100644
--- a/services/api/config/database.yml.sample
+++ b/services/api/config/database.yml.sample
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list