diff options
author | Elijah Sparrow <elijah@riseup.net> | 2014-06-20 13:51:42 -0700 |
---|---|---|
committer | Elijah Sparrow <elijah@riseup.net> | 2014-06-20 13:51:42 -0700 |
commit | 086d8a0f3740b4c138088411d4d5d0b561e92165 (patch) | |
tree | 781a930dfe7533187cc105bf44fef6c78f825884 /provider_base/services | |
parent | 2f7ee09eb9f184349057802e0d6c0102200d2419 (diff) | |
parent | f0459aad2e72646de27823ae4fb9011f74a3c16d (diff) |
Merge pull request #3 from azul/feature/couch
add replication user
Diffstat (limited to 'provider_base/services')
-rw-r--r-- | provider_base/services/couchdb.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json index c2482235..8b1386f8 100644 --- a/provider_base/services/couchdb.json +++ b/provider_base/services/couchdb.json @@ -40,6 +40,11 @@ "username": "webapp", "password": "= secret :couch_webapp_password", "salt": "= hex_secret :couch_webapp_password_salt, 128" + }, + "replication": { + "username": "replication", + "password": "= secret :couch_replication_password", + "salt": "= hex_secret :couch_replication_password_salt, 128" } }, "webapp": { |