Commit 49ce321666ce29b17271dce0e91dc227baba19f5

Authored by Will Farrington
1 parent 15960a4ddb

doc more env vars

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

... ... @@ -11,4 +11,10 @@
11 11 # ENV["BOXEN_S3_ACCESS_KEY"] = ''
12 12 # ENV["BOXEN_S3_SECRET_KEY"] = ''
13 13 # ENV["BOXEN_S3_BUCKET"] = ''
  14 +
  15 +# Auto-report issues on failed runs
  16 +# ENV["BOXEN_ISSUES_ENABLED"] = 'yes'
  17 +
  18 +# Submit audit data to an arbitrary HTTP endpoint
  19 +# ENV["BOXEN_WEB_HOOK_URL"] = 'https://some-uri.com/boxen'