diff options
author | Azul <azul@riseup.net> | 2013-09-10 08:43:20 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2013-09-10 08:43:20 +0200 |
commit | 784b813deaafc28933de71c41211fbd0e683d9f8 (patch) | |
tree | 6af511773eecbe64d03ad18ecc75d81735fada7a /config | |
parent | 32b79ec5865679655a4d3535ec5f97999da9d82e (diff) |
config file added
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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: "_" |