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.

27 lines
829 B

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