feat: env file loading support
fix: typo
This commit is contained in:
parent
fdbef9d95e
commit
a76a1220de
5 changed files with 12 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ func ValidateConfig(
|
|||
}
|
||||
|
||||
if cfg.VaultPath == "" {
|
||||
FatalLog("VAULT_SECRET cannot be empty, this is the key of your secret")
|
||||
FatalLog("VAULT_PATH cannot be empty, this is the key of your secret")
|
||||
}
|
||||
|
||||
InfoLog("Using Vault address: %s", cfg.VaultAddr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue