summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-07-29 14:23:11 -0400
committerMicah Anderson <micah@leap.se>2013-08-01 12:03:18 +0200
commitab668294faeeb193ccb9c202fa48ed698696f931 (patch)
tree15a6b083a8dda4df8949c8c3495249b87c641364 /provider_base
parent5ab94dcc7398f566967fd30747447cc6759fd227 (diff)
fix #3291: set the soledad port properly in the json and as a temporary work-around, use the couchdb admin/passwd
Change-Id: Ibb1cd8416d00552f8ca1716e42a08137a4b461aa
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/soledad.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/provider_base/services/soledad.json b/provider_base/services/soledad.json
index de24d8ef..b6a0721c 100644
--- a/provider_base/services/soledad.json
+++ b/provider_base/services/soledad.json
@@ -1,6 +1,7 @@
{
- "service_type": "public_service",
"soledad": {
- "port": 1111
- }
+ "port": 2424,
+ "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]"
+ },
+ "service_type": "public_service"
}