Browse Source

update vod config

xielin 5 years ago
parent
commit
45256e8663
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/aliyunvod.php

+ 2 - 2
config/aliyunvod.php

@@ -10,8 +10,8 @@ return [
 
     /*点播配置*/
     'vod' => [
-        'AccessKeyID' => 'LTAINdryz1AB0KpO',
-        'AccessKeySecret' => 'xjKm6yWIewMBQdJYC3H8CnuIOvBv8l',
+        'AccessKeyID' => 'LTAIG2eCY5UdheM1',
+        'AccessKeySecret' => '4RJTcJkZsOJIby2oewUFHqUJxUR1vm',
         'regionId' => 'cn-shanghai',   // 点播服务接入区域
         'timeout' => '3600',  // 如果是获取签名有效时间为多少
         'type' => 'access',  //类型:access|sts 如果是sts 实例化对象时候需要传入$securityToken