adding GitHub Enterprise variables to Boxen config
This commit is contained in:
parent
e83ac30751
commit
acf13e6e2d
1 changed files with 6 additions and 0 deletions
|
@ -17,3 +17,9 @@
|
||||||
|
|
||||||
# Submit audit data to an arbitrary HTTP endpoint
|
# Submit audit data to an arbitrary HTTP endpoint
|
||||||
# ENV["BOXEN_WEB_HOOK_URL"] = 'https://some-uri.com/boxen'
|
# ENV["BOXEN_WEB_HOOK_URL"] = 'https://some-uri.com/boxen'
|
||||||
|
#
|
||||||
|
# required for Github Enterprise
|
||||||
|
# ENV["BOXEN_GITHUB_ENTERPRISE_URL"] = 'https://github.yourdomain.com'
|
||||||
|
|
||||||
|
# required for Github Enterprise (defaults to "https://github.com/%s")
|
||||||
|
# ENV['BOXEN_REPO_URL_TEMPLATE'] = 'https://github.yourdomain.com/%s'
|
||||||
|
|
Loading…
Reference in a new issue