Sha256: ab38dbc415881628708337d9ddf0a72d1cabbdc143bd6d7f3b80fd1cd4baab34

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

Vedeu.configure do
  log         "/tmp/<%= object.name %>.log"

  colour_mode 16_777_216

  # debug! # Add "gem 'ruby-prof'" to your Gemfile if uncommenting this line.
  # drb!
  # drb_host    'localhost'
  # drb_port    21420
  # drb_width   80
  # drb_height  25

  # cooked!
  # raw!

  # run_once!

  # interactive!
  # standalone!

  # Not used yet
  # stdin  File.open("/dev/tty", "r")
  # stdout File.open("/dev/tty", "w")
  # stderr File.open("/tmp/vedeu_error.log", "w+")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.4.50 lib/vedeu/cli/generator/templates/application/config/configuration.erb