Change the default role of anonymous weave user to 'user'

This will help with testing sending weave commands over local network
without requiring using authentication.

Change-Id: Id5607bc28c041087ee8476befed193fccd1209f9
diff --git a/weaved.conf b/weaved.conf
index e49709d..787bcc7 100644
--- a/weaved.conf
+++ b/weaved.conf
@@ -51,7 +51,7 @@
 model_id=ABHNy
 
 # Maximum role for local anonymous user.
-# local_anonymous_access_role=viewer
+local_anonymous_access_role=user
 
 # If true, allows local pairing using Privet API.
 # local_pairing_enabled=true