mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 00:04:09 +00:00
move env var prefix to config
This commit is contained in:
parent
ea3de54208
commit
50cc78a77e
2 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,6 @@ import (
|
|||
|
||||
const (
|
||||
appVersion = "0.2.0"
|
||||
|
||||
environmentVarPrefix = "APC_P15_TOOL"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue