From ffd40d4f5120350abac6ee2971ab9bb5e3194804 Mon Sep 17 00:00:00 2001 From: "aditya.siregar" Date: Fri, 27 Dec 2024 11:19:30 +0700 Subject: [PATCH] update --- config/configs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configs.go b/config/configs.go index 92ad750..802c370 100644 --- a/config/configs.go +++ b/config/configs.go @@ -10,7 +10,7 @@ import ( ) const ( - YAML_PATH = "infra/furtuna.%s" + YAML_PATH = "infra/enaklopos.%s" ENV_MODE = "ENV_MODE" DEFAULT_ENV_MODE = "development" )