diff options
author | Azul <azul@riseup.net> | 2014-06-20 19:10:44 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2014-06-20 19:10:44 +0200 |
commit | f0459aad2e72646de27823ae4fb9011f74a3c16d (patch) | |
tree | 781a930dfe7533187cc105bf44fef6c78f825884 /provider_base/services/couchdb.json | |
parent | 2f7ee09eb9f184349057802e0d6c0102200d2419 (diff) |
add replication user
Diffstat (limited to 'provider_base/services/couchdb.json')
-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": { |