appsettings.json 937 B

123456789101112131415161718192021222324252627282930313233343536373839
  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;",
  7. "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/dopbase",
  8. "DBName": "dopbase"
  9. },
  10. "Redis": {
  11. "Configuration": "192.168.1.191"
  12. },
  13. "ElasticSearch": {
  14. "Url": "http://localhost:9200"
  15. },
  16. "AuthServer": {
  17. "Authority": "http://localhost:53362"
  18. },
  19. "RemoteServices": {
  20. "Default": {
  21. "BaseUrl": "http://localhost:59682/",
  22. "UseCurrentAccessToken": "false"
  23. }
  24. },
  25. "IdentityClients": {
  26. "Default": {
  27. "GrantType": "client_credentials",
  28. "ClientId": "business-app",
  29. "ClientSecret": "1q2w3E*",
  30. "Authority": "http://localhost:53362",
  31. "Scope": "InternalGateway BaseService"
  32. }
  33. },
  34. "UseSwagger": "false",
  35. "Hangfire": {
  36. "Login": "admin",
  37. "Password": "abc123"
  38. }
  39. }