Developer 02 693a835191 Update routing and configuration for EnvelopeGeneratorGenApi
- Changed `DesktopBuildPackageLocation` in `IISProfile.pubxml` to point to the new `EnvelopeGeneratorGenApi` project directory.
- Updated routing in `ocelot.Development.json` and `ocelot.json`:
  - Changed `DownstreamScheme` from `https` to `http` for multiple routes.
  - Updated `Port` for `DownstreamHostAndPorts` from `7120` and `7192` to `8088`.
  - Expanded `UpstreamHttpMethod` to include `Post`, `Put`, and `Delete`.
  - Added new routes for `/scalar`, `/scalar/{route}`, and `/scalar/{route1}/{route2}`.
- Modified `GlobalConfiguration` `BaseUrl` from `https://localhost:7052` to `http://localhost:8443`.
2025-04-08 10:44:46 +02:00
2025-01-15 14:32:29 +01:00
2025-01-15 14:32:29 +01:00

DigitalData.Gateway

Ein ASP.NET-Projekt mit Ocelot zur Vereinheitlichung von Microservices unter einer einzigen Domain, mit nahtlosem Routing, Load Balancing und sicherem API-Management.

Description
Ein ASP.NET-Projekt mit Ocelot zur Vereinheitlichung von Microservices unter einer einzigen Domain, mit nahtlosem Routing, Load Balancing und sicherem API-Management.
Readme 68 KiB
Languages
C# 100%