mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
go-ipfs-config: refactor: rename IPFS_DIR -> IPFS_PATH
closes #394 https://github.com/jbenet/go-ipfs/issues/394
This commit is contained in:
parent
7882aa98f5
commit
13ffe4fbb8
@ -32,7 +32,7 @@ const (
|
||||
// DefaultConfigFile is the filename of the configuration file
|
||||
DefaultConfigFile = "config"
|
||||
// EnvDir is the environment variable used to change the path root.
|
||||
EnvDir = "IPFS_DIR"
|
||||
EnvDir = "IPFS_PATH"
|
||||
)
|
||||
|
||||
// PathRoot returns the default configuration root directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user