appsettings.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "Factory_id": "1001"
  20. },
  21. "Redis": {
  22. "Configuration": "192.168.1.191"
  23. },
  24. "ElasticSearch": {
  25. "Url": "http://localhost:9200"
  26. },
  27. "AuthServer": {
  28. "Authority": "http://localhost:53362"
  29. },
  30. "RemoteServices": {
  31. "Default": {
  32. "BaseUrl": "http://localhost:59682/",
  33. "UseCurrentAccessToken": "false"
  34. }
  35. },
  36. "IdentityClients": {
  37. "Default": {
  38. "GrantType": "client_credentials",
  39. "ClientId": "business-app",
  40. "ClientSecret": "1q2w3E*",
  41. "Authority": "http://localhost:53362",
  42. "Scope": "InternalGateway BaseService"
  43. }
  44. },
  45. "UseSwagger": "true",
  46. "Hangfire": {
  47. "Login": "admin",
  48. "Password": "abc123"
  49. },
  50. "appSettings": {
  51. "ThinkFlow": "http://localhost:21407"
  52. }
  53. }