Stefan McShane 3 лет назад
Родитель
Сommit
e6422cc2c7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      api/server/shared/config/env/envconfs.go

+ 1 - 0
api/server/shared/config/env/envconfs.go

@@ -6,6 +6,7 @@ import "time"
 type ServerConf struct {
 	Debug bool `env:"DEBUG,default=false"`
 
+	// ServerURL must have the protocol set .i.e http or https
 	ServerURL string `env:"SERVER_URL,default=http://localhost:8080"`
 
 	// The instance name is used to set a name for integrations linked only by a project ID,