updated Example of publishing topic

This commit is contained in:
Salman Zafar 2019-02-25 14:56:08 +05:00
parent f0f8fbf93b
commit 60249d11d9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base.
## Config.php
```
'host' => env('mqtt_host','127.0.0.1'),
'host' => env('mqtt_host','127.0.0.1'),
'password' => env('mqtt_password',''),
'username' => env('mqtt_username',''),
'certfile' => env('mqtt_cert_file',''),