updated config.php documentation
This commit is contained in:
parent
60249d11d9
commit
99393db4a3
|
|
@ -37,8 +37,8 @@
|
|||
<entry file="file://$PROJECT_DIR$/Readme.md">
|
||||
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
||||
<state split_layout="SPLIT">
|
||||
<first_editor relative-caret-position="371">
|
||||
<caret line="33" column="24" lean-forward="true" selection-start-line="33" selection-start-column="24" selection-end-line="33" selection-end-column="24" />
|
||||
<first_editor relative-caret-position="217">
|
||||
<caret line="19" column="75" selection-start-line="19" selection-start-column="75" selection-end-line="19" selection-end-column="75" />
|
||||
</first_editor>
|
||||
<second_editor />
|
||||
</state>
|
||||
|
|
@ -132,12 +132,12 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1551080016687</updated>
|
||||
<workItem from="1551080018112" duration="3663000" />
|
||||
<workItem from="1551086427460" duration="1907000" />
|
||||
<workItem from="1551086427460" duration="3224000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="5570000" />
|
||||
<option name="totallyTimeSpent" value="6887000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="67" y="25" width="1853" height="1055" extended-state="6" />
|
||||
|
|
@ -210,8 +210,8 @@
|
|||
<entry file="file://$PROJECT_DIR$/Readme.md">
|
||||
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
||||
<state split_layout="SPLIT">
|
||||
<first_editor relative-caret-position="371">
|
||||
<caret line="33" column="24" lean-forward="true" selection-start-line="33" selection-start-column="24" selection-end-line="33" selection-end-column="24" />
|
||||
<first_editor relative-caret-position="217">
|
||||
<caret line="19" column="75" selection-start-line="19" selection-start-column="75" selection-end-line="19" selection-end-column="75" />
|
||||
</first_editor>
|
||||
<second_editor />
|
||||
</state>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base.
|
|||
'username' => env('mqtt_username',''),
|
||||
'certfile' => env('mqtt_cert_file',''),
|
||||
'port' => env('mqtt_port','1883'),
|
||||
'debug' => env('mqtt_debug',false) //Optional Parameter to enable debuging set it to True
|
||||
'debug' => env('mqtt_debug',false) //Optional Parameter to enable debugging set it to True
|
||||
```
|
||||
#### Publishing topic
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue