configuration path change
This commit is contained in:
parent
1738e06ea1
commit
21e1b63f63
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue