Commit 15dcec5c80024907d905a2439022d045529468d4
1 parent
584076ffc8
add some docs about overrides
Showing 1 changed file with 6 additions and 0 deletions Inline Diff
config/boxen.rb
# This file will be loaded by config/basic early in a Boxen run. Use | 1 | 1 | # 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. | 2 | 2 | # it to provide any custom code or behavior your Boxen setup requires. | |
3 | ||||
4 | # Change the prefix boxen is installed to. | |||
5 | # ENV['BOXEN_HOME'] = '/opt/boxen' | |||
6 | ||||
7 | # Change the repo boxen will use. | |||
8 | # ENV['BOXEN_REPO_NAME'] = 'boxen/our-boxen' |