Sha256: 24bddbd42aa70a636809ab02dac64715afd93277abcf837b1ef8cdce4a53ba5b

Contents?: true

Size: 559 Bytes

Versions: 7

Compression:

Stored size: 559 Bytes

Contents

--- 
port: !ruby/range
  begin: 7000
  end:   7000

adapter:       :webrick

template_root: "template"

mapping: 
  /: :MainController


host:        0.0.0.0
tidy:        false
cookies:     true
error_page:  true
autoreload:  5

cache:      :MemoryCache
cache_all:  false

inform_to:             "stdout"
inform_timestamp:      "%Y-%m-%d %H:%M:%S"
inform_prefix_error:   "ERROR"
inform_prefix_debug:   "DEBUG"
inform_prefix_info:    "INFO "
inform_backtrace_size: 10

inform_tags: !ruby/object:Set 
  hash: 
    :debug: true
    :info:  true
    :error: true

Version data entries

7 entries across 5 versions & 1 rubygems

Version Path
ramaze-0.0.9 lib/proto/conf/debug.yaml
ramaze-0.0.9 examples/todolist/conf/debug.yaml
ramaze-0.0.8 lib/proto/conf/debug.yaml
ramaze-0.0.6 lib/proto/conf/debug.yaml
ramaze-0.0.7 lib/proto/conf/debug.yaml
ramaze-0.0.8 examples/todolist/conf/debug.yaml
ramaze-0.1.0 examples/todolist/conf/debug.yaml