소스 검색

cos等配置

lizhen_gitee 1 년 전
부모
커밋
8f98b32cdf
4개의 변경된 파일19개의 추가작업 그리고 16개의 파일을 삭제
  1. 7 7
      addons/cos/config.php
  2. 8 8
      application/config.php
  3. 1 1
      application/extra/upload.php
  4. 3 0
      public/nginx.htaccess

+ 7 - 7
addons/cos/config.php

@@ -6,7 +6,7 @@ return [
         'title' => 'AppID',
         'type' => 'string',
         'content' => [],
-        'value' => '1318896504',
+        'value' => '1302263099',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
@@ -18,7 +18,7 @@ return [
         'title' => 'SecretId',
         'type' => 'string',
         'content' => [],
-        'value' => 'AKID0reGiz41nMsDRSK1Vmy9ABxa6QWaUDiz',
+        'value' => 'AKIDhEUTBdngJhncAQQ9cokOlrhFWXHkwsWu',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
@@ -30,7 +30,7 @@ return [
         'title' => 'SecretKey',
         'type' => 'string',
         'content' => [],
-        'value' => '72mMkz4xfDcqtlZHupqkU1PjuujQ0Rhp',
+        'value' => '80cz5tQggPs40e17xWt1sTnqb6KHxNWO',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
@@ -42,7 +42,7 @@ return [
         'title' => '存储桶名称',
         'type' => 'string',
         'content' => [],
-        'value' => 'ggyuyin-1318896504',
+        'value' => 'ceshi-1302263099',
         'rule' => 'required',
         'msg' => '',
         'tip' => '存储空间名称',
@@ -54,7 +54,7 @@ return [
         'title' => '地域名称',
         'type' => 'string',
         'content' => [],
-        'value' => 'ap-guangzhou',
+        'value' => 'ap-shanghai',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请输入地域简称,请注意使用英文',
@@ -96,7 +96,7 @@ return [
         'title' => '上传接口地址',
         'type' => 'string',
         'content' => [],
-        'value' => 'https://ggyuyin-1318896504.cos.ap-guangzhou.myqcloud.com',
+        'value' => 'https://ceshi-1302263099.cos.ap-shanghai.myqcloud.com',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请输入你的上传接口地址',
@@ -108,7 +108,7 @@ return [
         'title' => 'CDN地址',
         'type' => 'string',
         'content' => [],
-        'value' => 'https://ggyuyin-1318896504.cos.ap-guangzhou.myqcloud.com',
+        'value' => 'https://ceshi-1302263099.cos.ap-shanghai.myqcloud.com',
         'rule' => 'required',
         'msg' => '',
         'tip' => '请配置你的CDN地址或在存储桶基础配置中获取',

+ 8 - 8
application/config.php

@@ -20,7 +20,7 @@ return [
     // 应用调试模式
     'app_debug'              => true,
     // 应用Trace
-    'app_trace'              => true,
+    'app_trace'              => false,
     // 应用模式状态
     'app_status'             => '',
     // 是否支持多模块
@@ -262,7 +262,7 @@ return [
         //会员注册验证码类型email/mobile/wechat/text/false
         'user_register_captcha' => 'text',
         //登录验证码
-        'login_captcha'         => true,
+        'login_captcha'         => false,
         //登录失败超过10次则1天后重试
         'login_failure_retry'   => true,
         //是否同一账号同一时间只能在一个地方登录
@@ -301,20 +301,20 @@ return [
         // 端口
         'port'      => 6379,
         'redis_pwd' => '',
-        'redis_selectdb' => 8,
+        'redis_selectdb' => 9,
     ],
 
     'cos'                  => [
         // 链接
-        "url"         => 'https://ggyuyin-1318896504.cos.ap-guangzhou.myqcloud.com',
+        "url"         => 'https://ceshi-1302263099.cos.ap-shanghai.myqcloud.com',
         // 固定密钥
-        'secretId'     => 'AKID0reGiz41nMsDRSK1Vmy9ABxa6QWaUDiz',
+        'secretId'     => 'AKIDhEUTBdngJhncAQQ9cokOlrhFWXHkwsWu',
         // 固定密钥
-        'secretKey'      => '72mMkz4xfDcqtlZHupqkU1PjuujQ0Rhp',
+        'secretKey'      => '80cz5tQggPs40e17xWt1sTnqb6KHxNWO',
         // 存储桶
-        'bucket'      => 'ggyuyin-1318896504',
+        'bucket'      => 'ceshi-1302263099',
         // bucket 所在园区
-        'region'      => 'ap-guangzhou',
+        'region'      => 'ap-shanghai',
         // 密钥有效期
         'durationSeconds'      => 1800,
         // 允许的路径前缀,可以根据自己网站的用户登录态判断允许上传的具体路径,例子: a.jpg 或者 a/* 或者 * (使用通配符*存在重大安全风险, 请谨慎评估使用)

+ 1 - 1
application/extra/upload.php

@@ -9,7 +9,7 @@ return [
     /**
      * CDN地址
      */
-    'cdnurl'    => 'https://ggyuyin-1318896504.cos.ap-guangzhou.myqcloud.com',
+    'cdnurl'    => 'https://ceshi-1302263099.cos.ap-shanghai.myqcloud.com',
     /**
      * 文件保存格式
      */

+ 3 - 0
public/nginx.htaccess

@@ -1,3 +1,6 @@
+location ~* (runtime|application)/{
+	return 403;
+}
 location / {
 	if (!-e $request_filename){
 		rewrite  ^(.*)$  /index.php?s=$1  last;   break;