Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bjornmicallef/3061e82f750cdacd75efef1197f2d3bc to your computer and use it in GitHub Desktop.
Save bjornmicallef/3061e82f750cdacd75efef1197f2d3bc to your computer and use it in GitHub Desktop.
public class AppConfig
{
public Logging Logging { get; set; }
public string CorsAllowedMethods { get; set; }
}
public class Logging
{
public string Url { get; set; }
public string Username { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment