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

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "App": {
  3. "SelfUrl": "http://localhost:9630",
  4. "CorsOrigins": "https://*.Sms.com",
  5. "RedirectAllowedUrls": ""
  6. },
  7. "ConnectionStrings": {
  8. "Default": "Host=140.143.162.39;Port=5432;Database=ShentunSms;User ID=postgres;Password=shentun123;"
  9. },
  10. "AuthServer": {
  11. "Authority": "http://localhost:9630",
  12. "RequireHttpsMetadata": "false",
  13. "SwaggerClientId": "localhost_Swagger"
  14. },
  15. "StringEncryption": {
  16. "DefaultPassPhrase": "pSFVbzprQUvkRkCS"
  17. },
  18. "Settings": {
  19. "Abp.Localization.DefaultLanguage": "zh-Hans",
  20. "Abp.Identity.Password.RequireDigit": false,
  21. "Abp.Identity.Password.RequireLowercase": false,
  22. "Abp.Identity.Password.RequireUppercase": false,
  23. "Abp.Identity.Password.RequireNonAlphanumeric": false,
  24. "Abp.Identity.Password.RequiredLength": 6
  25. },
  26. "Sms": {
  27. "SmsInterfaceId": "001",
  28. "Platform": "Tencent"
  29. },
  30. "JobCron": {
  31. "TaskCron": "0 0,30 */1 * * ?", /*Task 1030*/
  32. "SendCron": "0 10 */1 * * ?" /*Send 110*/
  33. },
  34. "AspNetCore": {
  35. "ConventionalControllers": {
  36. "Api": {
  37. "Enabled": false
  38. }
  39. }
  40. },
  41. "AdminId": "3a118826-3d52-bc8d-bf0c-26fe77f862d0",
  42. "TencentSms": {
  43. "Proxy": "http://192.168.1.168:9988", //https://192.168.0.1:443
  44. "Protocol": "http://", //httphttpshttp,https://cloud.tencent.com/document/product/494/7245
  45. "SecretId": "AKIDvhbVOG0rhpvxw2z6AGQiBa3jQsIc1U4d",
  46. "SecretKey": "7gP5Z7mZN0Pgpqlkp07722zrbO7k9lSA",
  47. "SmsSdkAppid": "1400452290", // ID
  48. "SignName": "长沙神豚科技", //
  49. "TemplateId": "785039", //ID
  50. "Timeout": 60 //
  51. }
  52. }