diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-24 09:30:27 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-24 09:30:27 -0400 |
commit | 9129a163377126d30b78ff39c94385f4245df7ae (patch) | |
tree | dfd62157b7bb6d6c0d25a1d883bc834165d32c9f /config.default.php | |
parent | 9aca556fc6db6c23c4c95a0e30425fe966003f0e (diff) |
Check for each request that reverse proxy user match user session
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.default.php b/config.default.php index 90400110..77d45729 100644 --- a/config.default.php +++ b/config.default.php @@ -150,7 +150,7 @@ define('GITHUB_OAUTH_AUTHORIZE_URL', 'https://github.com/login/oauth/authorize') // Github oauth2 token url define('GITHUB_OAUTH_TOKEN_URL', 'https://github.com/login/oauth/access_token'); -// Github API url (don't forget the slash at the end) +// Github API url (don't forget the trailing slash) define('GITHUB_API_URL', 'https://api.github.com/'); // Enable/disable Gitlab authentication @@ -168,7 +168,7 @@ define('GITLAB_OAUTH_AUTHORIZE_URL', 'https://gitlab.com/oauth/authorize'); // Gitlab oauth2 token url define('GITLAB_OAUTH_TOKEN_URL', 'https://gitlab.com/oauth/token'); -// Gitlab API url endpoint (don't forget the slash at the end) +// Gitlab API url endpoint (don't forget the trailing slash) define('GITLAB_API_URL', 'https://gitlab.com/api/v3/'); // Enable/disable the reverse proxy authentication |