# Blat master config file # # pidfile - Where to store my PID (Mandatory) # config - Directory or daemons to run (Mandatory) # configpoll - Period to examine the config directory (default 10s) # # pidfile = run/blat.pid config = config configpoll = 10 # Logging # verbose - Enable verbose logging 0 .. 3 (default = 0) # logfile - Path to basename of the log file (Mandatory) # logfile.size - Size in bytes of the log file (default = 1M) # logfile.count - Number of log files to keep (default = 9) # logfile = log/blat.log logfile.size = 1M logfile.count = 3 verbose = 3 # # Export Release Manager configuration # These values are the same as used by JATS # Used to access Release Manager Database # env.GBE_RM_LOCATION = jdbc:oracle:thin:@auawsards001:1521:RELEASEM env.GBE_RM_USERNAME = RM_READONLY env.GBE_RM_PASSWORD = RM_READONLY env.GBE_DM_LOCATION = jdbc:oracle:thin:@auawsards001:1521:RELEASEM env.GBE_DM_USERNAME = DM_READONLY env.GBE_DM_PASSWORD = DM_READONLY # # Extend the path # path.xxx path.ssh = /usr/local/bin