From 784b813deaafc28933de71c41211fbd0e683d9f8 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 10 Sep 2013 08:43:20 +0200 Subject: config file added --- config/default.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/default.yaml (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml new file mode 100644 index 0000000..7031a46 --- /dev/null +++ b/config/default.yaml @@ -0,0 +1,18 @@ +# +# Default configuration options for Tapicero +# + +# +# Database +# +users_db_name: "users" +db_prefix: "user-" +couch_connection: + protocol: "http" + host: "localhost" + port: 5984 + username: ~ + password: ~ + prefix: "" + suffix: "" + join: "_" -- cgit v1.2.3