Blame view

config/boxen.rb 608 Bytes
740af47bd   John Barnette   Make config exten...
1
2
  # 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.
15dcec5c8   Will Farrington   add some docs abo...
3
4
5
6
7
8
  
  # 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'
966c19f70   Will Farrington   Update for script...
9
10
11
12
13
  
  # Boxen binary packaging
  # ENV["BOXEN_S3_ACCESS_KEY"] = ''
  # ENV["BOXEN_S3_SECRET_KEY"] = ''
  # ENV["BOXEN_S3_BUCKET"] = ''
49ce32166   Will Farrington   doc more env vars
14
15
16
17
18
19
  
  # 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'