Bläddra i källkod

Update envconfs.go

Stefan McShane 3 år sedan
förälder
incheckning
e6422cc2c7
1 ändrade filer med 1 tillägg och 0 borttagningar
  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,