annotate backend/couchdb/CouchApp/feedworm/.couchapprc @ 206:f74fe7cb5091

when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again
author dirk
date Sat, 02 Jun 2012 04:30:04 +0200
parents a5bda54309ba
children 6a3e3a0a7efe
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"
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 }
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 }
a5bda54309ba add a couchapp for easy/automated setup
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 }