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