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.

31 lines
832 B

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