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