tenxunyun.php 225 B

123456789
  1. <?php
  2. return [
  3. 'tencentcloud' => [
  4. 'secret_id' => env('TENCENT_SECRET_ID', ''), // 腾讯云 SecretId
  5. 'secret_key' => env('TENCENT_SECRET_KEY', ''), // 腾讯云 SecretKey
  6. ],
  7. ];