From 9266c3ac58404894539e25e514d8d8a6775c701f Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 11 Mar 2015 01:12:23 -0700 Subject: add support for rotating tokens and sessions databases, and for a special tmp db for test users. --- DEPLOY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DEPLOY.md') 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 ## -- cgit v1.2.3