my-boxen/config/boxen.rb

20 lines
608 B
Ruby
Raw Normal View History

2012-10-02 16:57:29 -04:00
# 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.
2012-10-05 18:05:58 -04:00
# 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'
2012-10-09 16:06:09 -04:00
# Boxen binary packaging
# ENV["BOXEN_S3_ACCESS_KEY"] = ''
# ENV["BOXEN_S3_SECRET_KEY"] = ''
# ENV["BOXEN_S3_BUCKET"] = ''
2013-02-06 21:10:14 -05:00
# Auto-report issues on failed runs
# ENV["BOXEN_ISSUES_ENABLED"] = 'yes'
# Submit audit data to an arbitrary HTTP endpoint
# ENV["BOXEN_WEB_HOOK_URL"] = 'https://some-uri.com/boxen'