13 lines
565 B
C#
13 lines
565 B
C#
namespace OI.Metrology.Archive;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string ConnStringName = "SQL";
|
|
public const string ConnStringName2 = "SQL2";
|
|
public const string AttachmentPathKey = "AttachmentPath";
|
|
public const string OIExportPathKey = "OIExportPath";
|
|
public const string InboundApiAllowedIPList = "InboundApiAllowedIPList";
|
|
public const string ApiLoggingPathPrefixes = "ApiLoggingPathPrefixes";
|
|
public const string ApiLoggingContentTypes = "ApiLoggingContentTypes";
|
|
public const string ApiLogPath = "ApiLogPath";
|
|
} |