annotate backend/couchdb/CouchApp/feedworm/.couchapprc @ 242:03e3ebb1d52f

Disable the use of a proxy when updating feeds - https traffic does not seem to work currently over a proxy.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 08 Jun 2015 19:20:46 +0200
parents 6a3e3a0a7efe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 {
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 "env" : {
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 "local" : {
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 "db" : "http://localhost:5984/feedworm"
238
6a3e3a0a7efe add a test profile
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 165
diff changeset
5 },
6a3e3a0a7efe add a test profile
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 165
diff changeset
6 "test" : {
6a3e3a0a7efe add a test profile
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 165
diff changeset
7 "db" : "http://xanthippe:5984/feedworm-test"
6a3e3a0a7efe add a test profile
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 165
diff changeset
8 }
165
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 }
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 }