diff options
author | Azul <azul@riseup.net> | 2014-06-20 19:10:44 +0200 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-25 18:17:31 -0700 |
commit | a8f6415b0869018fd8d4ac947814529e8e85ace2 (patch) | |
tree | 950e466b9ef0138cb4a388e686769ea72487f769 /provider_base/services | |
parent | 2bd603b9532fac70a25add8661acc94acb8598f8 (diff) |
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": { |