Skip to content

Commit

Permalink
fix:fix the const error
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Nov 8, 2023
1 parent 417593c commit eb13f5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/common/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import "github.com/OpenIMSDK/protocol/constant"

// config path
const (
ConfigPath1 = "../config/config.yaml"
ConfigPath2 = "../../../../../config/config.yaml"
ConfigPath = "/config/config.yaml"

OpenIMConfig = "OpenIMConfig" // environment variables
Default = "../../../config/config.yaml"
Expand Down

0 comments on commit eb13f5f

Please sign in to comment.