diff options
author | elijah <elijah@riseup.net> | 2013-03-08 23:07:29 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-08 23:07:29 -0800 |
commit | f76ab4429aeb5db67b384bfa103b13caaaa09900 (patch) | |
tree | 2cf58a2e7e0a85d337999fe843c959641f40c2c6 /provider_base | |
parent | 402bb92da08b0c0a46be643963a87576e558b589 (diff) |
couch - explicitly configure couch port
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/couchdb.json | 1 |
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", |