Skip to content

Commit a9da0d7

Browse files
committed
avoid hard code
1 parent e168b0c commit a9da0d7

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)