diff options
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: "_" |