-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
Description
With this file set up, you can push your CouchApp with the command coucha=
pp push, which will push the application to the "default" database. CouchAp=
p also supports alternate environments. To push your application to a devel=
opment database, you could use couchapp push dev. In our experience, taking=
the time to setup a good .couchapprc is always worth it. Another benefit i=
s that it keeps your passwords off the screen when you are working.
Note that JSON syntax uses commas as separators only. Trailing commas
will cause your push to fail!