Single-Machine Multi-Station
If multi-process licensing is enabled, you can use different appsettings.<profile-name>.json files to serve multiple processes. Each process can run a different project simultaneously.
The following fields must be unique across all appsettings.<profile-name>.json files on the same host:
EndpointsDatabasePortCacheDbId
Run the following command to launch a specific profile:
dotnet run HiNcServer.dll --environment <profile-name>
Configuration Examples