Skip to content

Commit fa17428

Browse files
authored
Merge pull request #2193 from CortexFoundation/dev
avoid hard code
2 parents 4b7967b + a9da0d7 commit fa17428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cortex/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func defaultNodeConfig() node.Config {
114114
cfg.Version = vrs.WithCommit(gitCommit, "")
115115
cfg.HTTPModules = append(cfg.HTTPModules, "ctxc")
116116
cfg.WSModules = append(cfg.WSModules, "ctxc")
117-
cfg.IPCPath = "cortex.ipc"
117+
cfg.IPCPath = clientIdentifier + ".ipc"
118118
return cfg
119119
}
120120

0 commit comments

Comments
 (0)