Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 16, 2018 15:50
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 tonysneed/1fcdc2fbb10f270ad55e83b8918e02cd to your computer and use it in GitHub Desktop.
Save tonysneed/1fcdc2fbb10f270ad55e83b8918e02cd to your computer and use it in GitHub Desktop.
Constants 1
public static class Constants
{
public static class EnvironmentVariables
{
public const string AspnetCoreEnvironment = "ASPNETCORE_ENVIRONMENT";
}
public static class Environments
{
public const string Production = "Production";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment