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.

26 lines
717 B

3 years ago
  1. {
  2. "ConnectionStrings": {
  3. "Default": "Host=81.70.217.145;Port=5432;Database=ShentunPeis;User ID=postgres;Password=shentun123;"
  4. },
  5. "OpenIddict": {
  6. "Applications": {
  7. "Peis_Web": {
  8. "ClientId": "Peis_Web",
  9. "ClientSecret": "1q2w3e*",
  10. "RootUrl": "https://localhost:44328"
  11. },
  12. "Peis_App": {
  13. "ClientId": "Peis_App",
  14. "RootUrl": "http://localhost:4200"
  15. },
  16. "Peis_BlazorServerTiered": {
  17. "ClientId": "Peis_BlazorServerTiered",
  18. "ClientSecret": "1q2w3e*",
  19. "RootUrl": "https://localhost:44383"
  20. },
  21. "Peis_Swagger": {
  22. "ClientId": "Peis_Swagger",
  23. "RootUrl": "https://localhost:44399"
  24. }
  25. }
  26. }
  27. }