This commit is contained in:
iVampireSP.com 2022-11-28 23:24:53 +08:00
parent b170717c7b
commit 11cbcd4280
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 2 additions and 2 deletions

View File

@ -89,4 +89,4 @@ MQTT_AUTO_RECONNECT_ENABLED=false
EMQX_API_URL=http://localhost:18083/api/v5
EMQX_API_KEY=
EMQX_API_SECERT=
EMQX_API_SECRET_KEY=

View File

@ -3,5 +3,5 @@
return [
'api_url' => env('EMQX_API_URL'),
'api_key' => env('EMQX_API_KEY'),
'api_secret' => env('EMQX_API_SECRET'),
'api_secret' => env('EMQX_API_SECRET_KEY'),
];