wasStitchNET
/Constants.cs |
@@ -9,7 +9,7 @@ |
|
namespace wasStitchNET |
{ |
public struct STITCH_CONSTANTS |
public static class STITCH_CONSTANTS |
{ |
public const string SERVER_IP_PATH = @"ip"; |
public const string UPDATE_PATH = @"update"; |
@@ -34,6 +34,10 @@ |
public const string DATE_TIME_STAMP = @"dd-MM-yyyy HH:mm:ss"; |
public const string LOG_FILE_PATH = @"logs/Stitch.log"; |
|
public const string WORKING_CONFIGURATION_FILE = @"Configuration.xml"; |
public const string DEFAULT_CONFIGURATION_FILE = @"Configuration.xml.default"; |
public const string BACKUP_CONFIGURATION_FILE = @"Configuration.xml.bak"; |
|
public const int LOCAL_FILE_ACCESS_TIMEOUT = 60000; |
} |
} |