From 784b813deaafc28933de71c41211fbd0e683d9f8 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 10 Sep 2013 08:43:20 +0200 Subject: config file added --- Readme.md | 2 +- config/default.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 config/default.yaml diff --git a/Readme.md b/Readme.md index 8c79290..932a430 100644 --- a/Readme.md +++ b/Readme.md @@ -58,7 +58,7 @@ Configuration ``tapicero`` reads the following configurations files, in this order: -* ``$(tapicero_source)/config/default_config.yaml`` +* ``$(tapicero_source)/config/default.yaml`` * ``/etc/leap/tapicero.yaml`` * Any file passed to ARGV like so ``tapicero start -- /etc/tapicero.yaml`` 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