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.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/app_config.go b/app_config.go
index 8b9eb303..00469db6 100644
--- a/app_config.go
+++ b/app_config.go
@@ -30,12 +30,12 @@ type appConfig struct {
LogFormat string
LogVerbose bool
- StoreSecret string
- GitLabServer string
- ClientID string
- ClientSecret string
- RedirectURI string
-
+ StoreSecret string
+ GitLabServer string
+ ClientID string
+ ClientSecret string
+ RedirectURI string
SentryDSN string
SentryEnvironment string
+ CustomHeaders []string
}