appsettings.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "AppSettings": {
  3. "IsDebug": true,
  4. "ServerWebUrl": "http://localhost:56437",
  5. "LocalWebUrl": "http://192.168.2.115:8086", //本地调试时Web Url
  6. "LocalApiUrl": "http://192.168.2.115:8087", //本地调试时Api Url
  7. "AppPushKey": "ab6224845db2489d1527b96f",
  8. "AppPushMasterSecret": "c90e95c77858de4905d6a410",
  9. "SSOApi": "http://home.sxcitygas.com/Config/Api/Service/SSO/Login",
  10. "WebPathName": "website"
  11. },
  12. "MessageService": {
  13. //"ServiceUrl": "http://aqgl.shaanxigas.com:5958",
  14. "ServiceUrl": "http://localhost:56437",
  15. "Token": "4bb28d95bdc1496db3562e52399a0ade"
  16. },
  17. "DocService": {
  18. "MaxFileSize": 5242880,
  19. "StoragePath": "",
  20. "ViewDocs": ".pdf|.djvu|.xps",
  21. "EditDocs": ".docx|.xlsx|.csv|.pptx|.txt",
  22. "ConvertDocs": ".docm|.dotx|.dotm|.dot|.doc|.odt|.fodt|.ott|.xlsm|.xltx|.xltm|.xlt|.xls|.ods|.fods|.ots|.pptm|.ppt|.ppsx|.ppsm|.pps|.potx|.potm|.pot|.odp|.fodp|.otp|.rtf|.mht|.html|.htm|.epub",
  23. "ConvertTimeout": 120000,
  24. "ConvertApi": "http://localhost:9090//ConvertService.ashx",
  25. "BaseApi": "http://localhost:9090//web-apps/apps/api/documents/api.js",
  26. "Preloader": "http://localhost:9090//web-apps/apps/api/documents/cache-scripts.html",
  27. "CallbackUrl": "http://localhost:5235/ashx/webeditor.ashx"
  28. },
  29. "System": {
  30. "ProjectName": "安全管理平台",
  31. "ProjectKey": "1F436F161629B775A02ECA6BC7A4E573",
  32. "Procompany": "中牟燃气公司",
  33. "ProjectVersion": "v2023",
  34. "ProjectBuild": "(build 202306)",
  35. "DangerReportKey": "361512a82c50d18986e115b0b80aa135",
  36. "WeChatToken": "KEFA_SOFT_WORK",
  37. "HeadOfficeId": "00000000-0000-0000-0000-000000000000CCE7AED4",
  38. "AdminUserList": [
  39. "admin",
  40. "crxtpz",
  41. "sxcradmin",
  42. "aqjgadmin",
  43. "manager"
  44. ],
  45. "OrgansId": "u9IAAAAAMtLM567U",
  46. "ExamAdminUserList": [
  47. "admin",
  48. "crxtpz",
  49. "sxcradmin",
  50. "aqjgadmin",
  51. "manager"
  52. ],
  53. "EmergenciesRoleList": [
  54. "站长",
  55. "部长"
  56. ]
  57. },
  58. "Logging": {
  59. "LogLevel": {
  60. "Default": "Warning"
  61. }
  62. },
  63. "ConnectionStrings": {
  64. //"DefauleConnectionString": "Data Source=127.0.0.1/orcl;User Id=SXGFAJMIS; Password=tf_2020;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  65. //"DefauleConnectionString": "Data Source=192.168.2.242/orcl;User Id=SXGFAJMIS; Password=tf_2020;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  66. //"DefauleConnectionString": "Data Source=192.168.70.125/orcl;User Id=SXGFAJMIS; Password=tf_2020;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  67. "DefauleConnectionString": "Data Source=192.168.2.23/orcl;User Id=zmajMis; Password=tf_2023;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  68. "JJGisConnectionString": "Data Source=10.10.11.20/orcl;User Id=platform; Password=platform;Pooling=false;",
  69. "RedisConnectionString": "127.0.0.1:6379,password=123456,ConnectTimeout=3000,defaultdatabase=0"
  70. },
  71. "AllowedHosts": "*"
  72. }