You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.8 KiB
54 lines
1.8 KiB
{
|
|
"App": {
|
|
"SelfUrl": "http://localhost:9630",
|
|
"CorsOrigins": "https://*.Sms.com",
|
|
"RedirectAllowedUrls": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=140.143.162.39;Port=5432;Database=ShentunSms;User ID=postgres;Password=shentun123;"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://localhost:9630",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "localhost_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "pSFVbzprQUvkRkCS"
|
|
},
|
|
"Settings": {
|
|
"Abp.Localization.DefaultLanguage": "zh-Hans",
|
|
"Abp.Identity.Password.RequireDigit": false,
|
|
"Abp.Identity.Password.RequireLowercase": false,
|
|
"Abp.Identity.Password.RequireUppercase": false,
|
|
"Abp.Identity.Password.RequireNonAlphanumeric": false,
|
|
"Abp.Identity.Password.RequiredLength": 6
|
|
},
|
|
"Sms": {
|
|
"SmsInterfaceId": "001",
|
|
"Platform": "Tencent"
|
|
},
|
|
"JobCron": {
|
|
"TaskCron": "0 0,30 */1 * * ?", /*扫描Task 1小时二次(0分、30分执行)*/
|
|
"SendCron": "0 10 */1 * * ?" /*扫描Send 1小时一次(每小时10分执行)*/
|
|
},
|
|
"AspNetCore": {
|
|
"ConventionalControllers": {
|
|
"Api": {
|
|
"Enabled": false
|
|
}
|
|
}
|
|
},
|
|
"AdminId": "3a118826-3d52-bc8d-bf0c-26fe77f862d0",
|
|
"TencentSms": {
|
|
"Proxy": "http://192.168.1.168:9988", //代理服务器地址,比如https://192.168.0.1:443
|
|
"Protocol": "http://", //代理协议,官方文档可同时支持http和https,但是其它文档有说只支持http,官方文档https://cloud.tencent.com/document/product/494/7245
|
|
"SecretId": "AKIDvhbVOG0rhpvxw2z6AGQiBa3jQsIc1U4d",
|
|
"SecretKey": "7gP5Z7mZN0Pgpqlkp07722zrbO7k9lSA",
|
|
"SmsSdkAppid": "1400452290", //短信应用 ID
|
|
"SignName": "长沙神豚科技", //签名
|
|
"TemplateId": "785039", //校验短信模板ID
|
|
"Timeout": 60 //超时 秒
|
|
}
|
|
|
|
|
|
}
|