appsettings.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "App": {
  3. "CorsOrigins": "https://*.abc.com,http://localhost:9527,http://123.60.180.165:8020,http://123.60.180.165:8022,http://123.60.180.165:8024"
  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=dopdesign;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  11. //"DOPLog": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  12. //"DOPBang": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  13. //"DOPExt": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  14. "Default": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  15. "DOPLog": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  16. "DOPBang": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  17. "DOPExt": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True",
  18. "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/dopbase",
  19. },
  20. "Redis": {
  21. "Configuration": "192.168.1.191"
  22. },
  23. "ElasticSearch": {
  24. "Url": "http://localhost:9200"
  25. },
  26. "AuthServer": {
  27. "Authority": "http://localhost:53362"
  28. },
  29. "RemoteServices": {
  30. "Default": {
  31. "BaseUrl": "http://localhost:59682/",
  32. "UseCurrentAccessToken": "false"
  33. }
  34. },
  35. "IdentityClients": {
  36. "Default": {
  37. "GrantType": "client_credentials",
  38. "ClientId": "business-app",
  39. "ClientSecret": "1q2w3E*",
  40. "Authority": "http://localhost:53362",
  41. "Scope": "InternalGateway BaseService"
  42. }
  43. },
  44. "UseSwagger": "true",
  45. "Hangfire": {
  46. "Login": "admin",
  47. "Password": "abc123"
  48. },
  49. "appSettings": {
  50. "ThinkFlow": "http://localhost:21407"
  51. }
  52. }