updated Readme.md

This commit is contained in:
Salman Zafar 2019-02-26 11:24:42 +05:00
parent 472684d9e3
commit cc7a23bf11
1 changed files with 3 additions and 3 deletions

View File

@ -20,12 +20,12 @@ php artisan vendor:publish --provider="Salman\Mqtt\MqttServiceProvider"
``` ```
## Config/mqtt.php ## Config/mqtt.php
``` ```
'host' => env('mqtt_host','127.0.0.1'), 'host' => env('mqtt_host','127.0.0.1'),
'password' => env('mqtt_password',''), 'password' => env('mqtt_password',''),
'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 debugging set it to True 'debug' => env('mqtt_debug',false) //Optional Parameter to enable debugging set it to True
``` ```
#### Publishing topic #### Publishing topic