| Class | DaemonKit::Configuration |
| In: |
lib/daemon_kit/initializer.rb
|
| Parent: | Object |
Holds our various configuration values
| load_paths | [RW] | List of load paths |
| log_level | [R] | The log level to use, defaults to DEBUG |
| log_stdout | [RW] | Duplicate log data to stdout |
| logger | [RW] | Custom logger instance to use |
| pid_file | [RW] | Path to the pid file, defaults to ‘log/<daemon_name>.pid‘ |
| root_path | [R] | Root to the daemon |
| safety_net | [RW] | Our safety net (Safety) instance |
| shutdown_hooks | [R] | :nodoc: Shutdown hooks |
| signal_traps | [R] | Collection of signal traps |
The path to the current environment‘s file (development.rb, etc.). By default the file is at config/environments/#{environment}.rb.