From 21e1b63f639f5e5ae40dfe0b367107e30f5bd591 Mon Sep 17 00:00:00 2001 From: kemvl Date: Sat, 30 Mar 2024 14:25:19 +0500 Subject: [PATCH] configuration path change --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 6bdbc13..856e9be 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -33,7 +33,7 @@ type SMPP struct { } func LoadConfig() *Config { - configPath := "./config/config.yaml" + configPath := "config.yaml" if configPath == "" { log.Fatalf("config path is not set or config file does not exist")