Configuration

Lynicon configuration follows the pattern of configuration of ASP.Net Core applications and generally consists of adding code to the Startup.cs class as well as providing configuration settings in appsettings.json. There is a description of changes to Startup.cs in the Getting Started section.