configuration path change

This commit is contained in:
kemvl 2024-03-30 14:25:19 +05:00
parent 1738e06ea1
commit 21e1b63f63
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type SMPP struct {
} }
func LoadConfig() *Config { func LoadConfig() *Config {
configPath := "./config/config.yaml" configPath := "config.yaml"
if configPath == "" { if configPath == "" {
log.Fatalf("config path is not set or config file does not exist") log.Fatalf("config path is not set or config file does not exist")