From 15dcec5c80024907d905a2439022d045529468d4 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Fri, 5 Oct 2012 12:05:58 -1000 Subject: [PATCH] add some docs about overrides --- config/boxen.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/boxen.rb b/config/boxen.rb index dd5460f..59b3348 100644 --- a/config/boxen.rb +++ b/config/boxen.rb @@ -1,2 +1,8 @@ # 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. + +# 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'