Subversion Repositories DevTools

Rev

Rev 1040 | Rev 5398 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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