From 366504894df7fd0553ef0410c997259646be24cf Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Sat, 3 Aug 2024 21:56:26 +0200 Subject: [PATCH] refactor!: Change config path env var name --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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