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

{
"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 1030*/
"SendCron": "0 10 */1 * * ?" /*Send 110*/
},
"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://", //httphttpshttp,https://cloud.tencent.com/document/product/494/7245
"SecretId": "AKIDvhbVOG0rhpvxw2z6AGQiBa3jQsIc1U4d",
"SecretKey": "7gP5Z7mZN0Pgpqlkp07722zrbO7k9lSA",
"SmsSdkAppid": "1400452290", // ID
"SignName": "长沙神豚科技", //
"TemplateId": "785039", //ID
"Timeout": 60 //
}
}