appsettings.json 1.9 KB

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