Class: Vore::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vore/configuration.rb

Constant Summary collapse

DEFAULT_SANITIZATION_CONFIG =
Selma::Sanitizer::Config::RELAXED.dup.merge({
  allow_comments: false,
  allow_doctype: false,
})
DEFAULT_OPTIONS =
{
  delay: 0,
  output_dir: "tmp/vore",
  delete_after_yield: true,
  log_level: :warn,
}