| 1038 |
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
|
|
|
21 |
verbose = 0
|
|
|
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 |
#
|
|
|
29 |
env.GBE_RM_LOCATION = jdbc:oracle:thin:@auperaprm01:1521:RELEASEM
|
|
|
30 |
env.GBE_RM_USERNAME = RM_READONLY
|
|
|
31 |
env.GBE_RM_PASSWORD = RM_READONLY
|
|
|
32 |
|
|
|
33 |
#
|
|
|
34 |
# Extend the path
|
|
|
35 |
# path.xxx
|
|
|
36 |
path.ssh = /usr/local/bin
|