summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
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 ##