Add project files.
This commit is contained in:
		| @@ -0,0 +1,21 @@ | ||||
| // *********************************************************************** | ||||
| // <copyright file="EnvironmentVariables.cs"> | ||||
| //     Heath | ||||
| // </copyright> | ||||
| // *********************************************************************** | ||||
|  | ||||
| namespace Lib.Common.LoggingAPI.Service.Constants | ||||
| { | ||||
|     /// <summary> | ||||
|     /// Constants of the environment variables for this service. | ||||
|     /// </summary>   | ||||
|     public static class EnvironmentVariables | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// The stage environment vriable. | ||||
|         /// </summary> | ||||
|         public const string Stage = "ASPNETCORE_ENVIRONMENT"; | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin