github.com/kotalco/kotal@v0.3.0/clients/filecoin/types.go (about)

     1  package filecoin
     2  
     3  const (
     4  	// EnvLotusPath is the environment variable used for lotus data directory
     5  	EnvLotusPath = "LOTUS_PATH"
     6  	// EnvLogLevel is the environment variable used for log verbosity level
     7  	EnvLogLevel = "GOLOG_LOG_LEVEL"
     8  )