Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created December 27, 2018 21:31
Show Gist options
  • Save ankitvijay/368ea6031ed1d31c9c907f9d8fe2f009 to your computer and use it in GitHub Desktop.
Save ankitvijay/368ea6031ed1d31c9c907f9d8fe2f009 to your computer and use it in GitHub Desktop.
Startup - App local settings
if (env.IsDevelopment() || env.IsEnvironment("Local"))
{
app.UseDeveloperExceptionPage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment