11 lines
225 B
Go
11 lines
225 B
Go
package where
|
|
|
|
import (
|
|
"strings"
|
|
|
|
"hub.cybercinch.nz/guisea/go-template/internal/app"
|
|
)
|
|
|
|
// EnvConfigPath is the environment variable name for the config path
|
|
var EnvConfigPath = strings.ToUpper(app.Name) + "_CONFIG_PATH"
|