lizhen_gitee 5 mēneši atpakaļ
vecāks
revīzija
fe5ad8341f
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      addons/alioss/config.php

+ 4 - 4
addons/alioss/config.php

@@ -6,7 +6,7 @@ return [
         'title' => 'AccessKey ID',
         'type' => 'string',
         'content' => [],
-        'value' => 'LTAI5tQtgaZ2fDb7Ascp96Wj',
+        'value' => 'LTAI5t5kfj2Efg6YA7awDUoP',
         'rule' => 'required',
         'msg' => '',
         'tip' => '',
@@ -18,7 +18,7 @@ return [
         'title' => 'AccessKey Secret',
         'type' => 'string',
         'content' => [],
-        'value' => 'qAvIB98inVltwiCHf8LPi38BWyQ1bV',
+        'value' => 't5HZA7628nQv9tGv0y50AOoMfgMYkl',
         'rule' => 'required',
         'msg' => '',
         'tip' => '',
@@ -30,7 +30,7 @@ return [
         'title' => 'Bucket名称',
         'type' => 'string',
         'content' => [],
-        'value' => 'test333test',
+        'value' => 'votemanage',
         'rule' => 'required;bucket',
         'msg' => '',
         'tip' => '阿里云OSS的空间名',
@@ -54,7 +54,7 @@ return [
         'title' => 'CDN地址',
         'type' => 'string',
         'content' => [],
-        'value' => 'https://test333test.oss-cn-beijing.aliyuncs.com',
+        'value' => 'https://votemanage.oss-cn-beijing.aliyuncs.com',
         'rule' => 'required;cdnurl',
         'msg' => '',
         'tip' => '请填写CDN地址,必须以http(s)://开头',