Table of Contents

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:

  • Endpoints
  • DatabasePort
  • CacheDbId

Run the following command to launch a specific profile:

dotnet run HiNcServer.dll --environment <profile-name>

Configuration Examples