appsettings.json 929 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "App": {
  3. "CorsOrigins": "https://*.abc.com,http://localhost:9527"
  4. },
  5. "ConnectionStrings": {
  6. "Default": "Server=123.60.180.165;Database=DOPCore;Uid=root; Pwd=5heng=uN;",
  7. "Business": "Server=123.60.180.165;Database=Business;Uid=root; Pwd=5heng=uN;"
  8. },
  9. "Redis": {
  10. "Configuration": "192.168.1.191"
  11. },
  12. "ElasticSearch": {
  13. "Url": "http://localhost:9200"
  14. },
  15. "AuthServer": {
  16. "Authority": "http://localhost:53362"
  17. },
  18. "RemoteServices": {
  19. "Default": {
  20. "BaseUrl": "http://localhost:59682/",
  21. "UseCurrentAccessToken": "false"
  22. }
  23. },
  24. "IdentityClients": {
  25. "Default": {
  26. "GrantType": "client_credentials",
  27. "ClientId": "business-app",
  28. "ClientSecret": "1q2w3e*",
  29. "Authority": "http://localhost:53362",
  30. "Scope": "InternalGateway BaseService"
  31. }
  32. },
  33. "UseSwagger": "false",
  34. "Hangfire": {
  35. "Login": "admin",
  36. "Password": "abc123"
  37. }
  38. }