Sha256: f247e532f99ffac7a9d3a6b8a49094c359cf4f760b44262df21f5294a9aa1536

Contents?: true

Size: 889 Bytes

Versions: 4

Compression:

Stored size: 889 Bytes

Contents

project_root = '/home/robert/dev/projects/jerbil'
env = :dev
environment env

# directory used to store the daemons pid to assist in stopping reluctant servers
pid_dir "#{project_root}/test/pids"

# Number of log files to retain at any moment
#log_rotation 2

# Location for Jellog (logging utility) to save log files
log_dir "#{project_root}/log"

# Size of a log file (in MB) before switching to the next log
#log_length 1

# Controls the amount of logging done by Jellog
# 
#  * :system - standard message, plus log to syslog
#  * :verbose - more generous logging to help resolve problems
#  * :debug - usually used only for resolving problems during development
# 
log_level :debug

# private key file used to authenticate privileged users
key_dir "#{project_root}/test/pids"

disable_syslog true


# netmask
net_address '192.168.0.1'
net_mask 26
scan_timeout 0.1
secret '123456789=[]'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jerbil-1.4.8 test/conf.d/jerbil_local.rb
jerbil-1.4.7 test/conf.d/jerbil_local.rb
jerbil-1.4.6 test/conf.d/jerbil_local.rb
jerbil-1.4.5 test/conf.d/jerbil_local.rb