Sha256: 3705bedb601b2b59d14db3cde0ad7fd32f46b91139ad8a852796718eb37f60d0
Contents?: true
Size: 813 Bytes
Versions: 2
Compression:
Stored size: 813 Bytes
Contents
# frozen_string_literal: true Vedeu.configure do # see http://rubydoc.info/gems/vedeu/file/docs/configuration.md # base_path # colour_mode 16_777_216 # Some terminals don't render colour at all when this # value is not one of 8, 16, 256 or 16777216. # compression false # debug! # Requires "gem 'ruby-prof'" in your Gemfile. # drb! # drb_host 'localhost' # drb_port 21420 # drb_width 80 # drb_height 25 # terminal_mode :raw # cooked! # raw! log "log/<%= object.name %>.log" # renderers # root :controller, :action, *args # run_once! # interactive! # standalone! # Not used yet # stdin File.open('/dev/tty', 'r') # stdout File.open('/dev/tty', 'w') # stderr File.open(Dir.tmpdir + '/vedeu_error.log', 'w+') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vedeu_cli-0.0.10 | lib/vedeu/cli/templates/application/config/configuration.erb |
vedeu_cli-0.0.9 | lib/vedeu/cli/templates/application/config/configuration.erb |