blob: 7563de24a3f03ec31ad0046720ff0057771cc45d (
plain) (
blame)
1
2
3
4
5
6
7
|
namespace I2R.Storage.Api.Statics;
public class AppEnvVariables
{
public const string APPDB_CONNECTION_STRING = "APPDB_CONNECTION_STRING";
public const string STORAGE_ROOT = "STORAGE_ROOT";
}
|