commit f5a08b44abef41729419c0a1c1289d53a63e225e Author: gac-x04sa Date: Fri Dec 15 14:58:50 2017 +0100 Creation diff --git a/config/config.properties b/config/config.properties new file mode 100644 index 0000000..2c08f86 --- /dev/null +++ b/config/config.properties @@ -0,0 +1,30 @@ +#Fri Dec 15 14:55:43 CET 2017 +autoSaveScanData=true +createSessionFiles=false +dataLayout=default +dataPath={data}/{year}_{month}/{date}/{date}_{time}_{name} +dataProvider=h5 +dataScanFlushRecords=false +dataScanPreserveTypes=false +dataScanReleaseRecords=false +dataServerPort=-1 +depthDimension=0 +hostName=null +instanceName= +logDaysToLive=-1 +logLevel=Info +logLevelConsole=Off +logPath={logs}/{date}_{time} +notificationLevel=Off +scanStreamerPort=-1 +serverEnabled=false +serverPort=8080 +simulation=false +terminalEnabled=false +terminalPort=3579 +userAuthenticator= +userManagement=false +versionTrackingEnabled=true +versionTrackingLogin= +versionTrackingManual=false +versionTrackingRemote= diff --git a/config/mail.properties b/config/mail.properties new file mode 100644 index 0000000..9d797f7 --- /dev/null +++ b/config/mail.properties @@ -0,0 +1,9 @@ +#Fri Dec 15 14:55:00 CET 2017 +auth=None +from= +host= +port=0 +pwd= +smsSuffix=@sms.switch.ch +to= +usr= diff --git a/config/setup.properties b/config/setup.properties new file mode 100644 index 0000000..9193713 --- /dev/null +++ b/config/setup.properties @@ -0,0 +1,18 @@ +#Fri Dec 15 14:54:59 CET 2017 +configFile={config}/config.properties +configFileDevices={config}/devices.properties +configFilePlugins={config}/plugins.properties +configFileTasks={config}/tasks.properties +configPath={home}/config +contextPath={outp}/context +dataPath={outp}/data +devicesPath={home}/devices +extensionsPath={home}/extensions +imagesPath={outp}/images +libraryPath={script}; {script}/Lib +logPath={outp}/log +pluginsPath={home}/plugins +scriptPath={home}/script +scriptType=py +sessionsPath={outp}/sessions +wwwPath={home}/www diff --git a/script/local.groovy b/script/local.groovy new file mode 100644 index 0000000..6cd1527 --- /dev/null +++ b/script/local.groovy @@ -0,0 +1,3 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////// +// Deployment specific global definitions - executed after startup.groovy +/////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/script/local.js b/script/local.js new file mode 100644 index 0000000..17db863 --- /dev/null +++ b/script/local.js @@ -0,0 +1,4 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////// +// Deployment specific global definitions - executed after startup.js +/////////////////////////////////////////////////////////////////////////////////////////////////// + diff --git a/script/local.py b/script/local.py new file mode 100644 index 0000000..f564001 --- /dev/null +++ b/script/local.py @@ -0,0 +1,4 @@ +################################################################################################### +# Deployment specific global definitions - executed after startup.py +################################################################################################### +