appsettings.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "AppSettings": {
  3. "IsDebug": false,
  4. /*"ServerWebUrl": "http://192.168.2.156:53109/",*/
  5. "ServerWebUrl": "http://124.47.10.35:5985/",
  6. "LocalWebUrl": "http://192.168.2.115:8086", //本地调试时Web Url
  7. "LocalApiUrl": "http://192.168.2.127:7731", //本地调试时Api Url
  8. "AppPushKey": "ab6224845db2489d1527b96f",
  9. "AppPushMasterSecret": "c90e95c77858de4905d6a410",
  10. "SSOApi": "http://home.sxcitygas.com/Config/Api/Service/SSO/Login",
  11. "WebPathName": "website"
  12. },
  13. "MessageService": {
  14. //"ServiceUrl": "http://aqgl.shaanxigas.com:5958",
  15. //"ServiceUrl": "http://localhost:5958",
  16. "Token": "4bb28d95bdc1496db3562e52399a0ade"
  17. },
  18. "DocService": {
  19. "MaxFileSize": 5242880,
  20. "StoragePath": "",
  21. "ViewDocs": ".pdf|.djvu|.xps",
  22. "EditDocs": ".docx|.xlsx|.csv|.pptx|.txt",
  23. "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",
  24. "ConvertTimeout": 120000,
  25. "ConvertApi": "http://192.168.70.126:9090/ConvertService.ashx",
  26. "BaseApi": "http://192.168.70.126:9090/web-apps/apps/api/documents/api.js",
  27. "Preloader": "http://192.168.70.126:9090/web-apps/apps/api/documents/cache-scripts.html",
  28. "CallbackUrl": "http://192.168.70.126:5985/ashx/webeditor.ashx"
  29. },
  30. "System": {
  31. "ProjectName": "安全管理信息平台",
  32. "ProjectKey": "2C8A23A8D6A3E0D1BF5DFD7380ECAD93",
  33. "Procompany": "陕西省天然气股份有限公司",
  34. "ProjectVersion": "v2020",
  35. "ProjectBuild": "(build 202011)",
  36. "DangerReportKey": "361512a82c50d18986e115b0b80aa135",
  37. "WeChatToken": "KEFA_SOFT_WORK",
  38. "HeadOfficeId": "00000000-0000-0000-0000-000000000000CCE7AED4",
  39. "AdminUserList": [
  40. "admin",
  41. "crxtpz",
  42. "sxcradmin",
  43. "aqjgadmin",
  44. "manager",
  45. "0789" //boss
  46. ],
  47. "OrgansId": "u9IAAAAAMtLM567U",
  48. "ExamAdminUserList": [
  49. "admin",
  50. "crxtpz",
  51. "sxcradmin",
  52. "aqjgadmin",
  53. "manager",
  54. "0054", //张璐
  55. "0034",
  56. "0052"
  57. ],
  58. "EmergenciesRoleList": [
  59. "站长",
  60. "部长"
  61. ],
  62. "ProjectCompanyList": [
  63. "songwei",
  64. "shilei",
  65. "shishengjun",
  66. "yushuo"
  67. ],
  68. "ProjectDepartmentList": [
  69. "hanchao",
  70. "wangluyuan",
  71. "jinjin",
  72. "duhongjian",
  73. "chenchuan",
  74. "yannan",
  75. "zhangjing",
  76. "yanglijun"
  77. ],
  78. "PjMonthManagerList": [
  79. "songwei",
  80. "xiapeng01",
  81. "shilei",
  82. "shishengjun",
  83. "yushuo",
  84. "hanchao",
  85. "wangluyuan",
  86. "jinjin",
  87. "duhongjian",
  88. "chenchuan",
  89. "yannan",
  90. "zhangjing",
  91. "yanglijun"
  92. ],
  93. "ProjectUpdManagerList": [
  94. "hanchao",
  95. "wangluyuan",
  96. "jinjin"
  97. ]
  98. },
  99. "Logging": {
  100. "LogLevel": {
  101. "Default": "Warning"
  102. }
  103. },
  104. "ConnectionStrings": {
  105. //"DefauleConnectionString": "Data Source=221.182.8.141:10102/orcl;User Id=SXGFAJMIS; Password=tf_2020;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  106. //"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;",
  107. //"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;",
  108. "DefauleConnectionString": "Data Source=192.168.2.22:10102/orcl;User Id=SXGFAJMIS; Password=tf_2020;Pooling=true;Max Pool Size=512;Min Pool Size=30;Connect Timeout=15;Connection Lifetime=0;",
  109. "JJGisConnectionString": "Data Source=10.10.11.20/orcl;User Id=platform; Password=platform;Pooling=false;",
  110. "RedisConnectionString": "127.0.0.1:6379,password=123456,ConnectTimeout=3000,defaultdatabase=0"
  111. },
  112. "AllowedHosts": "*"
  113. }