You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Microsoft.EntityFrameworkCore.Database.Command": "Debug"
  5. }
  6. },
  7. "ConnectionStrings": {
  8. //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;",
  9. "Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;"
  10. },
  11. "RemoteServices": {
  12. "Default": {
  13. "BaseUrl": "http://localhost:53929/"
  14. }
  15. },
  16. "OpenIddict": {
  17. "Applications": {
  18. "Peis_Web": {
  19. "ClientId": "Peis_Web",
  20. "ClientSecret": "1q2w3e*",
  21. "RootUrl": "https://localhost:44328"
  22. },
  23. "Peis_App": {
  24. "ClientId": "Peis_App",
  25. "RootUrl": "http://localhost:4200"
  26. },
  27. "Peis_BlazorServerTiered": {
  28. "ClientId": "Peis_BlazorServerTiered",
  29. "ClientSecret": "1q2w3e*",
  30. "RootUrl": "https://localhost:44383"
  31. },
  32. "Peis_Swagger": {
  33. "ClientId": "Peis_Swagger",
  34. "RootUrl": "https://localhost:44399"
  35. }
  36. }
  37. }
  38. }