Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created November 7, 2018 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/abb792236bd5f60a52ca0040142f52b2 to your computer and use it in GitHub Desktop.
Save johndowns/abb792236bd5f60a52ca0040142f52b2 to your computer and use it in GitHub Desktop.
public class Settings
{
public string DotnetExecutablePath { get; set; }
public string FunctionHostPath { get; set; }
public string FunctionApplicationPath { get; set; }
public string StorageConnectionString { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment