This commit is contained in:
gac-ISS
2019-11-21 17:49:02 +01:00
commit 2614f771da
7 changed files with 86 additions and 0 deletions

34
config/config.properties Normal file
View File

@@ -0,0 +1,34 @@
#Thu Nov 21 17:47:47 CET 2019
autoSaveScanData=true
simulation=false
commandExecutionEvents=false
logDaysToLive=30
userAuthenticator=ch.psi.pshell.security.LdapAuthenticator | ldap\\\\\\\://d.psi.ch | d.psi.ch | users.psi
logLevelConsole=Off
scanStreamerPort=-1
parallelInitialization=false
versionTrackingManual=false
hostName=null
userManagement=false
instanceName=NanoXAS
dataServerPort=-1
hideServerMessages=false
serverPort=8080
versionTrackingEnabled=true
dataPath={data}/{year}_{month}/{date}/{date}_{time}_{name}
serverEnabled=false
depthDimension=0
dataScanReleaseRecords=false
dataScanPreserveTypes=true
logLevel=Fine
dataScanFlushRecords=false
logPath={logs}/{date}_{time}
dataLayout=default
terminalEnabled=false
notificationLevel=Off
terminalPort=3579
createSessionFiles=false
versionTrackingLogin={context}/svcusr-hlapp_robot
versionTrackingRemote=git@git.psi.ch\:pshell_config/x07db.git
dataProvider=h5
saveCommandStatistics=false

12
config/jcae.properties Normal file
View File

@@ -0,0 +1,12 @@
#Thu Nov 21 14:08:40 CET 2019
ch.psi.jcae.ContextFactory.maxArrayBytes=50000000
ch.psi.jcae.impl.DefaultChannelService.timeout=1000
ch.psi.jcae.ContextFactory.maxSendArrayBytes=
ch.psi.jcae.ChannelFactory.timeout=2000
ch.psi.jcae.ChannelFactory.retries=2
ch.psi.jcae.ContextFactory.useShellVariables=false
ch.psi.jcae.ContextFactory.addLocalBroadcastInterfaces=false
ch.psi.jcae.ContextFactory.addressList=
ch.psi.jcae.ContextFactory.serverPort=
ch.psi.jcae.impl.DefaultChannelService.retries=1
ch.psi.jcae.ContextFactory.autoAddressList=false

9
config/mail.properties Normal file
View File

@@ -0,0 +1,9 @@
#Wed Nov 20 10:53:39 CET 2019
port=0
usr=
auth=None
smsSuffix=@sms.switch.ch
host=
from=
to=
pwd=

20
config/setup.properties Normal file
View File

@@ -0,0 +1,20 @@
#Wed Nov 20 10:53:39 CET 2019
scriptPath={home}/script
sessionsPath={outp}/sessions
pluginsPath={home}/plugins
configFileDevices={config}/devices.properties
libraryPath={script}; {script}/Lib
contextPath={outp}/context
configFilePlugins={config}/plugins.properties
extensionsPath={home}/extensions
configPath={home}/config
dataPath={outp}/data
devicesPath={home}/devices
configFileVariables={config}/variables.properties
configFileSettings={config}/settings.properties
wwwPath={home}/www
logPath={outp}/log
imagesPath={outp}/images
configFile={config}/config.properties
scriptType=py
configFileTasks={config}/tasks.properties

3
script/local.groovy Normal file
View File

@@ -0,0 +1,3 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.groovy
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.js Normal file
View File

@@ -0,0 +1,4 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.js
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.py Normal file
View File

@@ -0,0 +1,4 @@
###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################