Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app_config.go b/app_config.go
index dbd349ad..5b6c547a 100644
--- a/app_config.go
+++ b/app_config.go
@@ -39,6 +39,7 @@ type appConfig struct {
ClientID string
ClientSecret string
RedirectURI string
+ AuthScope string
SentryDSN string
SentryEnvironment string
CustomHeaders []string