~caneypuggies/reformedchurcheslocator/couchapp-backbone

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "extensions": [
        "couchapp:#autopush"
    ],
    "env" : {
        "default" : {
          "db" : "http://username:password@localhost:5984/rcl"
        },
        "prod" : {
          "db" : "http://admin:password@myhost.com/rcl"
        }
    }
}