From 608402596ee75851e5166f5185843576f7e295e9 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Fri, 1 Jun 2012 23:49:16 +1200 Subject: [PATCH] Added more Github OAuth instructions to config.example.yml [ci skip] --- config/config.example.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 7f99699..870b54e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -39,7 +39,7 @@ user_has_username: false # but you want to leave a short comment. allow_comments_with_issue_tracker: true -# Setup your deploy options +# Setup your deploy options for capistrano. deployment: hosts: web: errbit.example.com @@ -50,8 +50,14 @@ deployment: deploy_to: /var/www/apps/errbit # Github OAuth configuration -# If you want to use authtiaction through Github you should provide Client ID and Secret keys. -# You can register a new application here https://github.com/settings/applications +# If you want to allow authentication via Github, you will need to register +# your app at: https://github.com/settings/applications +# If you hosted Errbit at errbit.example.com, you would fill in: +# +# URL: http://errbit.example.com/ +# Callback URL: http://errbit.example.com/users/auth/github +# +# After you have registered your app, copy your Client ID and Secret key below. github_authentication: false github_client_id: 'GITHUB_CLIENT_ID' github_secret: 'GITHUB_SECRET' -- libgit2 0.21.2