Skip to content

Settings

Rich Howell edited this page Oct 28, 2025 · 1 revision

Application Settings

Settings are stored in appsettings.json automatically when you close the app.

Default Configuration

{
  "Port": 4040,
  "FolderPath": "C:\HL7Messages"
}

When you reopen the application, your previous configuration will be restored.

Clone this wiki locally