Files

11 lines
223 B
Go
Raw Permalink Normal View History

2024-08-30 11:25:28 +12:00
package where
import (
"strings"
2024-08-30 12:21:09 +12:00
"hub.cybercinch.nz/guisea/gosqldump/internal/app"
2024-08-30 11:25:28 +12:00
)
// EnvConfigPath is the environment variable name for the config path
var EnvConfigPath = strings.ToUpper(app.Name) + "_CONFIG_PATH"