From 5ad3ba5b8748f22750faed8574ff009bbc818ea6 Mon Sep 17 00:00:00 2001 From: Ke Zhu Date: Thu, 7 May 2015 15:25:00 -0400 Subject: [PATCH] correct README for github enterprise --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4632e1447..b4733563c 100644 --- a/README.md +++ b/README.md @@ -225,12 +225,18 @@ Homepage URL: http://localhost:8000/ ``` -Authorization callback URL: +Authorization callback URL for github.com: ``` http://localhost:8000/api/auth/github.com ``` +Authorization callback URL for GitHub Enterprise: + +``` +http://localhost:8000/api/auth/enterprise.github.com +``` + ## Build Configuration You will need to include a `.drone.yml` file in the root of your repository in order to