Browse Source

mqtt.acl_file

Feng Lee 9 years ago
parent
commit
ce4a6d0eeb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      priv/emq.schema

+ 6 - 0
priv/emq.schema

@@ -261,6 +261,12 @@ end}.
   hidden
   hidden
 ]}.
 ]}.
 
 
+%% @doc Default ACL File
+{mapping, "mqtt.acl_file", "emqttd.acl_file", [
+  {datatype, string},
+  hidden
+]}.
+
 %%--------------------------------------------------------------------
 %%--------------------------------------------------------------------
 %% MQTT Session
 %% MQTT Session
 %%--------------------------------------------------------------------
 %%--------------------------------------------------------------------