Initial commit
This commit is contained in:
10
internal/where/env.go
Normal file
10
internal/where/env.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user