diff options
author | elijah <elijah@riseup.net> | 2015-09-07 00:44:41 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-09-07 00:44:41 -0700 |
commit | 3e8771097ab7392560fdf07a85c011c23098fd1e (patch) | |
tree | 5d43638b71f2658facab66f303656586d8801e6b /config/couchdb.admin.example.yml | |
parent | 8e25ce5e54d13a8bb52a8c209e47b5a9a945f61a (diff) | |
parent | 47d8ea67148bb8ebab333c78e90cd0baf2b028d0 (diff) |
Merge branch 'feature/readme-updates' of https://github.com/kaeff/leap_web into develop
Diffstat (limited to 'config/couchdb.admin.example.yml')
-rw-r--r-- | config/couchdb.admin.example.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/couchdb.admin.example.yml b/config/couchdb.admin.example.yml new file mode 100644 index 0000000..7f3187a --- /dev/null +++ b/config/couchdb.admin.example.yml @@ -0,0 +1,5 @@ +development: + auto_update_design_doc: false + username: "anna" + password: "secret" + prefix: "" |