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 027d8417..b1028767 100644 --- a/config.default.php +++ b/config.default.php @@ -71,3 +71,12 @@ define('GITHUB_CLIENT_ID', ''); // GitHub client secret key (Copy it from your settings -> Applications -> Developer applications) define('GITHUB_CLIENT_SECRET', ''); + +// Enable/disable the reverse proxy authentication +define('REVERSE_PROXY_AUTH', false); + +// Header name to use for the username +define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER'); + +// Username of the admin, by default blank +define('REVERSE_PROXY_DEFAULT_ADMIN', ''); |