This commit is contained in:
r.didato
2020-09-25 20:30:09 +02:00
parent d1f4f4c50c
commit 530fc29cd4
11 changed files with 31 additions and 32 deletions
+7
View File
@@ -13,6 +13,13 @@ Context::setCurrentLocale("gui","en");
Context::setCurrentLocale("system","en");
Context::setCurrentLocale("api","en");
// %% LOGS
$logPath = Context::getEnvironment()->getDirectoryPath("log");
Context::getEnvironment()->addFilePath("log.job", $logPath."/job.log");
// %% FS Exchange Files
Context::getEnvironment()->addDirectoryPath("comunication", "/jobComunication");
Context::getEnvironment()->addFilePath("comunication.shutdown", Context::getEnvironment()->getDirectoryPath("comunication")."/shutdown" );
Context::getEnvironment()->addFilePath("comunication.execution", Context::getEnvironment()->getDirectoryPath("comunication")."/execution" );