diff --git a/config/config.go b/config/config.go index 2190837..f9d7bcd 100644 --- a/config/config.go +++ b/config/config.go @@ -14,7 +14,7 @@ import ( ) const ( - envConfigPath = "CONFIG_PATH" + envConfigPath = "SPACEAPID_CONFIG_PATH" ) type pathsT []string