Method: WCC::Conf.default
- Defined in:
- lib/wcc.rb
.default ⇒ Object
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'lib/wcc.rb', line 96 def self.default @default_conf ||= { :verbose => false, :debug => false, :simulate => false, :clean => false, :nomails => false, :stats => false, # when you want to use ./tmp it must be writeable :cache_dir => '/var/tmp/wcc', :tag => 'wcc', :filter_dir => './filter.d', :template_dir => './template.d' } end |