Explorar el Código

Update envconfs.go

Stefan McShane hace 3 años
padre
commit
e6422cc2c7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,