appsettings.json 2.5 KB

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