appsettings.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "App": {
  3. "CorsOrigins": "https://*.abc.com,http://localhost:9527"
  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. "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/",
  11. "DBName": "dopbase"
  12. },
  13. "Redis": {
  14. "Configuration": "192.168.1.191"
  15. },
  16. "ElasticSearch": {
  17. "Url": "http://localhost:9200"
  18. },
  19. "AuthServer": {
  20. "Authority": "http://localhost:53362"
  21. },
  22. "RemoteServices": {
  23. "Default": {
  24. "BaseUrl": "http://localhost:59682/",
  25. "UseCurrentAccessToken": "false"
  26. }
  27. },
  28. "IdentityClients": {
  29. "Default": {
  30. "GrantType": "client_credentials",
  31. "ClientId": "business-app",
  32. "ClientSecret": "1q2w3E*",
  33. "Authority": "http://localhost:53362",
  34. "Scope": "InternalGateway BaseService"
  35. }
  36. },
  37. "UseSwagger": "false",
  38. "Hangfire": {
  39. "Login": "admin",
  40. "Password": "abc123"
  41. },
  42. "appSettings": {
  43. "ThinkFlow": "http://localhost:21407"
  44. }
  45. }