Skip to content

Commit

Permalink
Merge pull request #3 from beclab/fix/redisconfpath
Browse files Browse the repository at this point in the history
fix: change redis conf path
hysyeah authored Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 93e96a3 + 31054fd commit c7241ad
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
@@ -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
}

0 comments on commit c7241ad

Please sign in to comment.