rsa_api.properties revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
78a072e1b56619e3230735ae073668311232ec94vboxsync# RSA Authentication API Properties
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync# Override Host IP Address
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_AGENT_HOST=
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync# Interval in seconds between which configuration is refreshed.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_CONFIG_READ_INTERVAL=600
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync# [This section is for Data Repository configuration.]
78a072e1b56619e3230735ae073668311232ec94vboxsync# Type of the Server configuration.
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDCONF_TYPE=FILE
78a072e1b56619e3230735ae073668311232ec94vboxsync# Path of the Server configuration.
78a072e1b56619e3230735ae073668311232ec94vboxsync#SDCONF_LOC=sdconf.rec
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDCONF_LOC=@BASE_DIR@/@SERVER_URI@/auth/ace/data/sdconf.rec
78a072e1b56619e3230735ae073668311232ec94vboxsync# Type of the Server statuses.
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDSTATUS_TYPE=FILE
78a072e1b56619e3230735ae073668311232ec94vboxsync# Path of the Server statuses.
78a072e1b56619e3230735ae073668311232ec94vboxsync#SDSTATUS_LOC=JAStatus.1
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDSTATUS_LOC=@BASE_DIR@/@SERVER_URI@/auth/ace/data/sdstatus
78a072e1b56619e3230735ae073668311232ec94vboxsync# Type of the Server options.
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDOPTS_TYPE=FILE
78a072e1b56619e3230735ae073668311232ec94vboxsync# Path of the Server options.
78a072e1b56619e3230735ae073668311232ec94vboxsync#SDOPTS_LOC=sdopts.rec
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDOPTS_LOC=@BASE_DIR@/@SERVER_URI@/auth/ace/data/sdopts.rec
78a072e1b56619e3230735ae073668311232ec94vboxsync# Type of the Node Secret.
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDNDSCRT_TYPE=FILE
78a072e1b56619e3230735ae073668311232ec94vboxsync# Path of the Node Secret.
78a072e1b56619e3230735ae073668311232ec94vboxsyncSDNDSCRT_LOC=@BASE_DIR@/@SERVER_URI@/auth/ace/data/securid
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync# [This section is for event logger.]
78a072e1b56619e3230735ae073668311232ec94vboxsync# Logs event messages to the console.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_LOG_TO_CONSOLE=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Logs event messages to a file.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_LOG_TO_FILE=YES
78a072e1b56619e3230735ae073668311232ec94vboxsync# Name of the log file.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_LOG_FILE=@BASE_DIR@/@SERVER_URI@/debug/rsa_api.log
78a072e1b56619e3230735ae073668311232ec94vboxsync# Minimum severity level allowed to log.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_LOG_LEVEL=INFO
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync# [This section is for debugger.]
78a072e1b56619e3230735ae073668311232ec94vboxsync# Enables debug tracing.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_ENABLE_DEBUG=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Sends tracing to the console.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_TO_CONSOLE=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Sends tracing to a file.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_TO_FILE=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Name of the trace file.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_FILE=@BASE_DIR@/@SERVER_URI@/debug/rsa_api_debug.log
78a072e1b56619e3230735ae073668311232ec94vboxsync# Allows function entry tracing.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_ENTRY=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Allows function exit tracing.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_EXIT=NO
f001a45ec92f71f1e4c1015485fc1ddf84e8059cvboxsync# Allows control flow tracing.
f001a45ec92f71f1e4c1015485fc1ddf84e8059cvboxsyncRSA_DEBUG_FLOW=NO
f001a45ec92f71f1e4c1015485fc1ddf84e8059cvboxsync# Allows regular tracing.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_NORMAL=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync# Traces the location.
78a072e1b56619e3230735ae073668311232ec94vboxsyncRSA_DEBUG_LOCATION=NO
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync