From dc705768fe77ec0cfb7e761d7a848f960769e59e Mon Sep 17 00:00:00 2001 From: "YUN-PC5\\user" Date: Mon, 17 Jul 2023 10:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=8F=8A=E9=98=BF=E9=87=8C=E4=BA=91=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/appsettings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ZR.Admin.WebApi/appsettings.json b/ZR.Admin.WebApi/appsettings.json index 762a634..2060e94 100644 --- a/ZR.Admin.WebApi/appsettings.json +++ b/ZR.Admin.WebApi/appsettings.json @@ -8,8 +8,8 @@ }, "dbConfigs": [ { - "Conn": "Data Source=LAPTOP-STKF2M8H\\SQLEXPRESS;User ID=admin;Password=admin123;Initial Catalog=ZrAdmin;", - "DbType": 1, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3,PgSql = 4 + "Conn": "server=8.140.174.251;user=admin;pwd=admin123;database=ZrAdmin", + "DbType": 0, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3,PgSql = 4 "ConfigId": "0", //多租户唯一标识 "IsAutoCloseConnection": true }, @@ -43,12 +43,12 @@ }, //阿里云存储配置 "ALIYUN_OSS": { - "REGIONID": "", //eg:cn-hangzhou - "KEY": "XX", - "SECRET": "XX", - "bucketName": "bucketName", - "domainUrl": "http://xxx.xxx.com", //访问资源域名 - "maxSize": 100 //上传文件大小限制 100M + "REGIONID": "oss-cn-hangzhou.aliyuncs.com", //eg:cn-hangzhou + "KEY": "LTAI5tBjDZatWWunAhxLAAFR", + "SECRET": "Klcm77KdpkIROAl2ffPemK5I1yDshM", + "bucketName": "markdownhexo", + "domainUrl": "https://markdownhexo.oss-cn-hangzhou.aliyuncs.com", //访问资源域名 + "maxSize": 1000//上传文件大小限制 1000M }, //企业微信通知配置 "WxCorp": {