修改为自己阿里云服务器数据库及阿里云对象存储

This commit is contained in:
YUN-PC5\user 2023-07-17 10:05:02 +08:00
parent cead939fe4
commit dc705768fe

View File

@ -8,8 +8,8 @@
}, },
"dbConfigs": [ "dbConfigs": [
{ {
"Conn": "Data Source=LAPTOP-STKF2M8H\\SQLEXPRESS;User ID=admin;Password=admin123;Initial Catalog=ZrAdmin;", "Conn": "server=8.140.174.251;user=admin;pwd=admin123;database=ZrAdmin",
"DbType": 1, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4 "DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4
"ConfigId": "0", // "ConfigId": "0", //
"IsAutoCloseConnection": true "IsAutoCloseConnection": true
}, },
@ -43,12 +43,12 @@
}, },
// //
"ALIYUN_OSS": { "ALIYUN_OSS": {
"REGIONID": "", //egcn-hangzhou "REGIONID": "oss-cn-hangzhou.aliyuncs.com", //egcn-hangzhou
"KEY": "XX", "KEY": "LTAI5tBjDZatWWunAhxLAAFR",
"SECRET": "XX", "SECRET": "Klcm77KdpkIROAl2ffPemK5I1yDshM",
"bucketName": "bucketName", "bucketName": "markdownhexo",
"domainUrl": "http://xxx.xxx.com", //访 "domainUrl": "https://markdownhexo.oss-cn-hangzhou.aliyuncs.com", //访
"maxSize": 100 // 100M "maxSize": 1000// 1000M
}, },
// //
"WxCorp": { "WxCorp": {