You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
256 B

5 years ago
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'host' => env('ALI_IOT_HOST', ''),
  5. 'key' => env('ALI_IOT_KEY', ''),
  6. 'secret' => env('ALI_IOT_SECRET', ''),
  7. 'region' => env('ALI_IOT_REGION', ''),
  8. 'prod_key' => env('ALI_IOT_PRODUCT_KEY', ''),
  9. ];