feat: env file loading support

fix: typo
This commit is contained in:
Marcel S. Henselin 2026-05-13 09:51:04 +02:00
parent fdbef9d95e
commit a76a1220de
5 changed files with 12 additions and 2 deletions

View file

@ -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)