summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-09-16 08:33:03 +0200
committerAzul <azul@riseup.net>2013-09-16 08:33:03 +0200
commit83c323fbe10249a54d6383189fd9279d82c7d010 (patch)
treeea5ad5898a24963613bf6e1223de02e021ca06af /Readme.md
parent90971859a368f61ae87e79c4d22944a8f2afa010 (diff)
point to default config file for options
add some explainations
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/Readme.md b/Readme.md
index a8af53c..788ad46 100644
--- a/Readme.md
+++ b/Readme.md
@@ -64,20 +64,7 @@ Configuration
For development on a couch with admin party you can probably leave all other options at their default values. For production you will need to set the credentials to an admin user so tapicero can create databases.
-The default options are:
-
- # Database
- #
- users_db_name: "users"
- db_prefix: "user-"
- couch_connection:
- protocol: "http"
- host: "localhost"
- port: 5984
- username: ~
- password: ~
- prefix: ""
- suffix: ""
+The default options and some explaination can be found in config/defaults.yaml
Rake Tasks
----------------------------