go-ipfs-config: refactor: rename IPFS_DIR -> IPFS_PATH

closes #394 https://github.com/jbenet/go-ipfs/issues/394
This commit is contained in:
Brian Tiger Chow 2015-01-19 00:02:43 -08:00
parent 7882aa98f5
commit 13ffe4fbb8

View File

@ -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