Subversion Repositories DevTools

Rev

Rev 6475 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1044 dpurdie 1
#   Blat master config file
2
#
3
#   pidfile     - Where to store my PID (Mandatory)
4
#   config      - Directory or daemons to run (Mandatory)
5
#   configpoll  - Period to examine the config directory (default 10s)
6
#   
7
#   
8
pidfile         = run/blat.pid
9
config          = config
10
configpoll      = 10
11
 
12
#   Logging
13
#       verbose         - Enable verbose logging 0 .. 3 (default = 0)
14
#       logfile         - Path to basename of the log file (Mandatory)   
15
#       logfile.size    - Size in bytes of the log file (default = 1M)
16
#       logfile.count   - Number of log files to keep (default = 9)
17
#
18
logfile         = log/blat.log
19
logfile.size    = 1M
20
logfile.count   = 3
5398 dpurdie 21
verbose         = 3
1044 dpurdie 22
 
23
 
24
#
25
#   Export Release Manager configuration
26
#   These values are the same as used by JATS
27
#   Used to access Release Manager Database
28
#
6475 dpurdie 29
env.GBE_RM_LOCATION  = jdbc:oracle:thin:@auawsards001:1521:RELEASEM
1044 dpurdie 30
env.GBE_RM_USERNAME  = RM_READONLY
31
env.GBE_RM_PASSWORD  = RM_READONLY
32
 
7539 dpurdie 33
env.GBE_DM_LOCATION  = jdbc:oracle:thin:@auawsards001:1521:RELEASEM
34
env.GBE_DM_USERNAME  = DM_READONLY
35
env.GBE_DM_PASSWORD  = DM_READONLY
36
 
37
 
1044 dpurdie 38
#
39
#   Extend the path
40
#   path.xxx
41
path.ssh             = /usr/local/bin