Commit 6ee44f08 by Chavee Issariyapat

change debug value in default config

parent 88e9f343
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
"device_shadow_host" : "127.0.0.1", "device_shadow_host" : "127.0.0.1",
"device_shadow_port" : 8991, "device_shadow_port" : 8991,
"auth_on_register_debug" : true, "auth_on_register_debug" : false,
"auth_on_publish_debug" : true, "auth_on_publish_debug" : false,
"auth_on_subscribe_debug" : true, "auth_on_subscribe_debug" : false,
"on_publish_debug" : true, "on_publish_debug" : false,
"on_deliver_debug" : true, "on_deliver_debug" : false,
"on_unsubscribe_debug" : true "on_unsubscribe_debug" : false
} }
Markdown is supported
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