Blame view

config/boxen.rb 299 Bytes
740af47bd   John Barnette   Make config exten...
1
2
  # This file will be loaded by config/basic early in a Boxen run. Use
  # it to provide any custom code or behavior your Boxen setup requires.
15dcec5c8   Will Farrington   add some docs abo...
3
4
5
6
7
8
  
  # Change the prefix boxen is installed to.
  # ENV['BOXEN_HOME'] = '/opt/boxen'
  
  # Change the repo boxen will use.
  # ENV['BOXEN_REPO_NAME'] = 'boxen/our-boxen'