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.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/app_config.go b/app_config.go
index e45dda24..dd47ed01 100644
--- a/app_config.go
+++ b/app_config.go
@@ -1,10 +1,11 @@
package main
type appConfig struct {
- Domain string
-
- RootCertificate []byte
- RootKey []byte
+ Domain string
+ ArtifactsServer string
+ ArtifactsServerTimeout int
+ RootCertificate []byte
+ RootKey []byte
ListenHTTP []uintptr
ListenHTTPS []uintptr