appsettings.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "App": {
  3. "CorsOrigins": "https://*.abc.com,http://localhost:9527,http://123.60.181.157:8020,http://123.60.181.157:8022,http://123.60.181.157:8024,http://123.60.180.165:8020,http://123.60.180.165:8022,http://123.60.180.165:8024,http://172.16.8.154:8020"
  4. },
  5. "ConnectionStrings": {
  6. //"Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
  7. //"DOPLog": "Server=123.60.180.165;Database=doplog;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
  8. //"DOPBang": "Server=123.60.180.165;Database=dopbang;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
  9. //"DOPExt": "Server=123.60.180.165;Database=dopext;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
  10. //"Default": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  11. //"DOPLog": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  12. //"DOPBang": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  13. //"DOPExt": "Server=123.60.180.165;Database=DOPEXT;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  14. //"MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/dopbase",
  15. //"Default": "Server=123.60.181.157;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  16. //"DOPLog": "Server=123.60.181.157;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  17. //"DOPBang": "Server=123.60.181.157;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  18. //"DOPExt": "Server=123.60.181.157;Database=DOPEXT;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  19. //"MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.181.157/dopbase",
  20. "Default": "Server=172.16.8.154;Database=dopbiz;uid=sa;pwd=ac%qams)aCXI;Trusted_Connection=false;TrustServerCertificate=True",
  21. "DOPLog": "Server=172.16.8.154;Database=dopbiz;uid=sa;pwd=ac%qams)aCXI;Trusted_Connection=false;TrustServerCertificate=True",
  22. "DOPBang": "Server=172.16.8.154;Database=dopbiz;uid=sa;pwd=ac%qams)aCXI;Trusted_Connection=false;TrustServerCertificate=True",
  23. "DOPExt": "Server=172.16.8.154;Database=DOPEXT;uid=sa;pwd=ac%qams)aCXI;Trusted_Connection=false;TrustServerCertificate=True",
  24. "MongoDB": "mongodb://zzydop:zzyd0pB()@172.16.8.154/dopbase",
  25. "Factory_id": "8010"
  26. },
  27. "Redis": {
  28. "Configuration": "192.168.1.191"
  29. },
  30. "ElasticSearch": {
  31. "Url": "http://localhost:9200"
  32. },
  33. "AuthServer": {
  34. "Authority": "http://localhost:53362"
  35. },
  36. "RemoteServices": {
  37. "Default": {
  38. "BaseUrl": "http://localhost:59682/",
  39. "UseCurrentAccessToken": "false"
  40. }
  41. },
  42. "IdentityClients": {
  43. "Default": {
  44. "GrantType": "client_credentials",
  45. "ClientId": "business-app",
  46. "ClientSecret": "1q2w3E*",
  47. "Authority": "http://localhost:53362",
  48. "Scope": "InternalGateway BaseService"
  49. }
  50. },
  51. "UseSwagger": "false",
  52. "Hangfire": {
  53. "Login": "admin",
  54. "Password": "abc123"
  55. },
  56. "appSettings": {
  57. "ThinkFlow": "http://localhost:21407"
  58. }
  59. }