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:
authorJaime Martinez <jmartinez@gitlab.com>2020-08-06 04:28:10 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-08-07 08:05:02 +0300
commit33e979201e75d251586347daf56fff12e611353d (patch)
tree412e72ec8a3a8d3e67d0cb0c0db70ebd535dd0a5 /main.go
parent6b87c7142f755d7202ecd474a17a524409b7d44f (diff)
Revert "Merge branch 'revert-a3365a7b' into 'master'"revert-185e0a0
This reverts commit 185e0a0e5c621f350335495291c535e5c05df89b, reversing changes made to a3365a7b1b41b3dee206cbcf27e915ee45d556a5.
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index c5c2047d..1d397922 100644
--- a/main.go
+++ b/main.go
@@ -289,6 +289,7 @@ func loadConfig() appConfig {
"gitlab-server": config.GitLabServer,
"internal-gitlab-server": config.InternalGitLabServer,
"api-secret-key": *gitLabAPISecretKey,
+ "domain-config-source": config.DomainConfigurationSource,
"auth-redirect-uri": config.RedirectURI,
}).Debug("Start daemon with configuration")