refactor!: Change config path env var name

This commit is contained in:
Bendodroid 2024-08-03 21:56:26 +02:00
parent 759787569d
commit 366504894d

View file

@ -14,7 +14,7 @@ import (
) )
const ( const (
envConfigPath = "CONFIG_PATH" envConfigPath = "SPACEAPID_CONFIG_PATH"
) )
type pathsT []string type pathsT []string