summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-07 00:44:41 -0700
committerelijah <elijah@riseup.net>2015-09-07 00:44:41 -0700
commit3e8771097ab7392560fdf07a85c011c23098fd1e (patch)
tree5d43638b71f2658facab66f303656586d8801e6b /config
parent8e25ce5e54d13a8bb52a8c209e47b5a9a945f61a (diff)
parent47d8ea67148bb8ebab333c78e90cd0baf2b028d0 (diff)
Merge branch 'feature/readme-updates' of https://github.com/kaeff/leap_web into develop
Diffstat (limited to 'config')
-rw-r--r--config/couchdb.admin.example.yml5
-rw-r--r--config/couchdb.example.yml5
2 files changed, 10 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: ""
diff --git a/config/couchdb.example.yml b/config/couchdb.example.yml
new file mode 100644
index 0000000..36f125e
--- /dev/null
+++ b/config/couchdb.example.yml
@@ -0,0 +1,5 @@
+development:
+ auto_update_design_doc: false
+ username: "me"
+ password: "pwd"
+ prefix: ""