diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index e3551994..027d8417 100644 --- a/config.default.php +++ b/config.default.php @@ -62,3 +62,12 @@ define('GOOGLE_CLIENT_ID', ''); // Google client secret key (Get this value from the Google developer console) define('GOOGLE_CLIENT_SECRET', ''); + +// Enable/disable GitHub authentication +define('GITHUB_AUTH', false); + +// GitHub client id (Copy it from your settings -> Applications -> Developer applications) +define('GITHUB_CLIENT_ID', ''); + +// GitHub client secret key (Copy it from your settings -> Applications -> Developer applications) +define('GITHUB_CLIENT_SECRET', ''); |