func AddDevConfigPath(v *viper.Viper) error
AddDevConfigPath adds the DevConfigDir to the viper path.
func GetDevConfigDir() (string, error)
GetDevConfigDir gets the path to the default configuration that is maintained with the source tree. This should only be used in a test/development context.
func GetDevMspDir() (string, error)
GetDevMspDir gets the path to the sampleconfig/msp tree that is maintained with the source tree. This should only be used in a test/development context.
func SetDevFabricConfigPath(t *testing.T) (cleanup func())