Mercurial > hg > Feedworm
annotate backend/couchdb/CouchApp/feedworm/.couchapprc @ 256:f79be01821c4
Arangodb backend, first version which barely works for reading
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Wed, 30 Jan 2019 07:11:10 +0100 |
| parents | 6a3e3a0a7efe |
| children |
| 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 | 5 }, |
| 6 "test" : { | |
| 7 "db" : "http://xanthippe:5984/feedworm-test" | |
| 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 } |
