move env var prefix to config

This commit is contained in:
Greg T. Wallace 2024-02-03 10:34:42 -05:00
parent ea3de54208
commit 50cc78a77e
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,6 @@ import (
const (
appVersion = "0.2.0"
environmentVarPrefix = "APC_P15_TOOL"
)
// struct for receivers to use common app pieces

View file

@ -10,6 +10,8 @@ import (
var (
ErrExtraArgs = errors.New("extra args present")
environmentVarPrefix = "APC_P15_TOOL"
)
// keyCertPemCfg contains values common to subcommands that need to use key