From acf13e6e2dd56a4379a3f63f70dd54ba099d2827 Mon Sep 17 00:00:00 2001 From: Morgan Delagrange Date: Mon, 13 May 2013 15:54:24 -0500 Subject: [PATCH] adding GitHub Enterprise variables to Boxen config --- config/boxen.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/boxen.rb b/config/boxen.rb index 2ea5e8b..7c33af6 100644 --- a/config/boxen.rb +++ b/config/boxen.rb @@ -17,3 +17,9 @@ # Submit audit data to an arbitrary HTTP endpoint # 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'