Minor job fix

This commit is contained in:
Lucio Maranta
2018-09-24 10:58:23 +02:00
parent f80b64e38e
commit 06e61c9e3a
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -215,6 +215,7 @@ namespace Step.Model
// File paths
public const string MAINTENANCE_ATTACHMENT_PATH = "C:\\CMS\\STEP\\attachment\\";
public const string TEMP_FILE = @"C:\CMS\STEP\tmp\pp\";
public const string JOB_TMP_DIRECTORY = @"C:\CMS\STEP\tmp\pp\job\";
public const string QUEUE_TMP_FILE = @"C:\CMS\STEP\tmp\pp\queue\";
public const string PART_PRG_IMAGES = @"C:\CMS\STEP\pp_img/";
}