appsettings.json 274 B

123456789101112131415
  1. {
  2. "App": {
  3. "SelfUrl": "http://localhost:44307"
  4. },
  5. "AuthServer": {
  6. "Authority": "http://localhost:53362",
  7. "ClientId": "blazor-app",
  8. "ResponseType": "code"
  9. },
  10. "RemoteServices": {
  11. "Default": {
  12. "BaseUrl": "http://localhost:55389"
  13. }
  14. }
  15. }