updated config.php documentation

This commit is contained in:
Salman Zafar 2019-02-25 15:52:37 +05:00
parent 60249d11d9
commit 99393db4a3
2 changed files with 7 additions and 7 deletions

View File

@ -37,8 +37,8 @@
<entry file="file://$PROJECT_DIR$/Readme.md"> <entry file="file://$PROJECT_DIR$/Readme.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="371"> <first_editor relative-caret-position="217">
<caret line="33" column="24" lean-forward="true" selection-start-line="33" selection-start-column="24" selection-end-line="33" selection-end-column="24" /> <caret line="19" column="75" selection-start-line="19" selection-start-column="75" selection-end-line="19" selection-end-column="75" />
</first_editor> </first_editor>
<second_editor /> <second_editor />
</state> </state>
@ -132,12 +132,12 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1551080016687</updated> <updated>1551080016687</updated>
<workItem from="1551080018112" duration="3663000" /> <workItem from="1551080018112" duration="3663000" />
<workItem from="1551086427460" duration="1907000" /> <workItem from="1551086427460" duration="3224000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="5570000" /> <option name="totallyTimeSpent" value="6887000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="67" y="25" width="1853" height="1055" extended-state="6" /> <frame x="67" y="25" width="1853" height="1055" extended-state="6" />
@ -210,8 +210,8 @@
<entry file="file://$PROJECT_DIR$/Readme.md"> <entry file="file://$PROJECT_DIR$/Readme.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="371"> <first_editor relative-caret-position="217">
<caret line="33" column="24" lean-forward="true" selection-start-line="33" selection-start-column="24" selection-end-line="33" selection-end-column="24" /> <caret line="19" column="75" selection-start-line="19" selection-start-column="75" selection-end-line="19" selection-end-column="75" />
</first_editor> </first_editor>
<second_editor /> <second_editor />
</state> </state>

View File

@ -17,7 +17,7 @@ It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base.
'username' => env('mqtt_username',''), 'username' => env('mqtt_username',''),
'certfile' => env('mqtt_cert_file',''), 'certfile' => env('mqtt_cert_file',''),
'port' => env('mqtt_port','1883'), '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 #### Publishing topic