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.

32 lines
933 B

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. "OpenIddict": {
  12. "Applications": {
  13. "Peis_Web": {
  14. "ClientId": "Peis_Web",
  15. "ClientSecret": "1q2w3e*",
  16. "RootUrl": "https://localhost:44328"
  17. },
  18. "Peis_App": {
  19. "ClientId": "Peis_App",
  20. "RootUrl": "http://localhost:4200"
  21. },
  22. "Peis_BlazorServerTiered": {
  23. "ClientId": "Peis_BlazorServerTiered",
  24. "ClientSecret": "1q2w3e*",
  25. "RootUrl": "https://localhost:44383"
  26. },
  27. "Peis_Swagger": {
  28. "ClientId": "Peis_Swagger",
  29. "RootUrl": "https://localhost:44399"
  30. }
  31. }
  32. }
  33. }