Subversion Repositories DevTools

Rev

Rev 1040 | Rev 6475 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#   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         = 0


#
#   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:@auperaprm01:1521:RELEASEM
env.GBE_RM_USERNAME  = RM_READONLY
env.GBE_RM_PASSWORD  = RM_READONLY

#
#   Extend the path
#   path.xxx
path.ssh             = /usr/local/bin