Skip to content

Commit

Permalink
fix: change redis conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Nov 8, 2024
1 parent 93e96a3 commit 31054fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func ToJSON(v any) string {
}

func getRedisIpAndPassword() (ip string, pwd string, err error) {
file, err := os.ReadFile("/terminus/data/redis/etc/redis.conf")
file, err := os.ReadFile("/olares/data/redis/etc/redis.conf")
if err != nil {
return
}
Expand Down

0 comments on commit 31054fd

Please sign in to comment.