Commit 49ce321666ce29b17271dce0e91dc227baba19f5

Authored by Will Farrington
1 parent 15960a4ddb

doc more env vars

Showing 1 changed file with 6 additions and 0 deletions Inline Diff

# 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 3
# Change the prefix boxen is installed to. 4 4 # Change the prefix boxen is installed to.
# ENV['BOXEN_HOME'] = '/opt/boxen' 5 5 # ENV['BOXEN_HOME'] = '/opt/boxen'
6 6
# Change the repo boxen will use. 7 7 # Change the repo boxen will use.
# ENV['BOXEN_REPO_NAME'] = 'boxen/our-boxen' 8 8 # ENV['BOXEN_REPO_NAME'] = 'boxen/our-boxen'
9 9
# Boxen binary packaging 10 10 # Boxen binary packaging
# ENV["BOXEN_S3_ACCESS_KEY"] = '' 11 11 # ENV["BOXEN_S3_ACCESS_KEY"] = ''
# ENV["BOXEN_S3_SECRET_KEY"] = '' 12 12 # ENV["BOXEN_S3_SECRET_KEY"] = ''
# ENV["BOXEN_S3_BUCKET"] = '' 13 13 # ENV["BOXEN_S3_BUCKET"] = ''
14
15 # Auto-report issues on failed runs
16 # ENV["BOXEN_ISSUES_ENABLED"] = 'yes'