From 5152bcf6acd0633789dfc8a9c056495169c3e407 Mon Sep 17 00:00:00 2001 From: Thomas Hiller Date: Thu, 10 Oct 2024 10:08:55 +0200 Subject: [PATCH] add new options to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f87c98d1..db287f50 100644 --- a/README.md +++ b/README.md @@ -1594,6 +1594,14 @@ Client Secret from earlier generated OAuth application Redirect URI, non existing pages domain to redirect to pages daemon, `https://projects.example.io/auth` +##### `GITLAB_PAGES_NAMESPACE_IN_PATH` + +Enable namespace-in-path option for gitlab pages, defaults to `false`. + +##### `GITLAB_PAGES_LOG_VERBOSE` + +Enable verbose logging for gitlab pages, defaults to `falsee`. + ##### `GITLAB_HTTPS` Set to `true` to enable https support, disabled by default.