chore: fix
ci-api / test (push) Successful in 21m58s

This commit is contained in:
Xor290
2026-08-02 14:41:45 +02:00
parent 641b06f615
commit 38e367e241
2 changed files with 28 additions and 18 deletions
@@ -20,6 +20,7 @@ type Config struct {
Kubeconfig string
FrontendImage string
BackendImage string
LBTelegramImage string
}
// Load lit la config. Fail-secure : secret JWT obligatoire ; en prod base + Redis aussi.
@@ -43,6 +44,7 @@ func Load() (Config, error) {
Kubeconfig: os.Getenv("KUBECONFIG"),
FrontendImage: os.Getenv("FRONTEND_IMAGE_APP"),
BackendImage: os.Getenv("BACKEND_IMAGE_APP"),
LBTelegramImage: os.Getenv("LBTELEGRAM_IMAGE_APP"),
}
if cfg.Env == "prod" {