summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-08 23:07:29 -0800
committerelijah <elijah@riseup.net>2013-03-08 23:07:29 -0800
commitf76ab4429aeb5db67b384bfa103b13caaaa09900 (patch)
tree2cf58a2e7e0a85d337999fe843c959641f40c2c6 /provider_base
parent402bb92da08b0c0a46be643963a87576e558b589 (diff)
couch - explicitly configure couch port
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/couchdb.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index 1c8005c2..ac84eeb2 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -4,6 +4,7 @@
"use": true
},
"couch": {
+ "port": 5984,
"users": {
"admin": {
"username": "admin",