13 lines
423 B
Ruby
13 lines
423 B
Ruby
# 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'
|
|
|
|
# Boxen binary packaging
|
|
# ENV["BOXEN_S3_ACCESS_KEY"] = ''
|
|
# ENV["BOXEN_S3_SECRET_KEY"] = ''
|
|
# ENV["BOXEN_S3_BUCKET"] = ''
|