Skip to content
Snippets Groups Projects
Commit 8cf0ba51 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Add CouchDB default username and password to configuration example

parent ef324c77
No related merge requests found
...@@ -20,10 +20,12 @@ feedback.cleanup=10 ...@@ -20,10 +20,12 @@ feedback.cleanup=10
couchdb.host=localhost couchdb.host=localhost
couchdb.port=5984 couchdb.port=5984
couchdb.name=arsnova couchdb.name=arsnova
couchdb.username=admin
couchdb.password=
socketio.ip=0.0.0.0 socketio.ip=0.0.0.0
socketio.port=10443 socketio.port=10443
connector.uri=http://localhost:8080/connector-service connector.uri=http://localhost:8080/connector-service
connector.username=test connector.username=test
connector.password=test connector.password=test
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment