From 7b764e4140d2abfebd04a82478223db7e63a4671 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de>
Date: Tue, 19 Nov 2013 14:55:21 +0100
Subject: [PATCH] Add CouchDB default username and password to configuration
 example

---
 src/main/webapp/arsnova.properties.example | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/arsnova.properties.example b/src/main/webapp/arsnova.properties.example
index 84060f6e4..19734f43c 100644
--- a/src/main/webapp/arsnova.properties.example
+++ b/src/main/webapp/arsnova.properties.example
@@ -20,10 +20,12 @@ feedback.cleanup=10
 couchdb.host=localhost
 couchdb.port=5984
 couchdb.name=arsnova
+couchdb.username=admin
+couchdb.password=
 
 socketio.ip=0.0.0.0
 socketio.port=10443
 
 connector.uri=http://localhost:8080/connector-service
 connector.username=test
-connector.password=test
\ No newline at end of file
+connector.password=test
-- 
GitLab