summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-11 01:12:23 -0700
committerelijah <elijah@riseup.net>2015-03-17 22:36:27 -0700
commit9266c3ac58404894539e25e514d8d8a6775c701f (patch)
tree3beaa846b37aecdf933763564710c2e1042c03a3 /DEPLOY.md
parenta777c4c677e8cbd4f91c66a29ee1ecb347c5b8ab (diff)
add support for rotating tokens and sessions databases, and for a special tmp db for test users.
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 23a54a4..05d97cb 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -25,8 +25,9 @@ run `cap deploy` to deploy to the server.
Please make sure your deploy includes the following files:
-* public/config/provider.json
-* config/couchdb.yml
+* `public/config/provider.json` -- provider bootstrap file.
+* `config/couchdb.yml` -- normal webapp couchdb configuration.
+* `config/couchdb.admin.yml` -- configuration used for rake tasks.
## Couch Security ##