Difference between revisions of "Seon Core environment variables"

From Seon
Jump to: navigation, search
Line 1: Line 1:
Some environment variables are created and/or set by all Seon binaries. These variables are:  
+
Environment variables are created and/or set by all Seon binaries, which values are based on the configuration of Seon. These variables are:  
 
*<code>Seon_CFGFILE</code>: [[Seon_Core_installation#Main_configuration|Seon main configuration file (absolute path information)]]
 
*<code>Seon_CFGFILE</code>: [[Seon_Core_installation#Main_configuration|Seon main configuration file (absolute path information)]]
 
*<code>Seon_IN_DIR</code>: [[Seon_Core_configuration#data_incoming_directory|incoming data directory]]
 
*<code>Seon_IN_DIR</code>: [[Seon_Core_configuration#data_incoming_directory|incoming data directory]]

Revision as of 17:54, 6 February 2010

Environment variables are created and/or set by all Seon binaries, which values are based on the configuration of Seon. These variables are:

All processes started by Seon (event scripts, plugins, etc.) have access to these environment variables. The environment variable "Seon_CFGFILE" points to the absolute path to the Seon main configuration file. This has two effects:

  • you may start Seon programs in a shell where this variable is set without using the parameter "-C" for all binaries (because the environment variable points to the correct position of the configfile)
  • all subsequent processes started by Seon (like event scripts) don't have to bother about the given configfile (like plugins of Seon Enterprise).