1
0
Fork 0

Изменил(а) на 'cmd/rqlited/main.go'

master
Grigorii Safronov 5 months ago
parent ca6d124db3
commit a5577f8619

@ -194,7 +194,7 @@ func main() {
// Tell the user the node is ready for HTTP, giving some advice on how to connect.
log.Printf("node HTTP API available at %s", cfg.HTTPURL())
h, p, _ := net.SplitHostPort(cfg.HTTPAdv)
log.Printf("connect using the command-line tool via 'rqlite -H %s -p %s'", h, p)
log.Printf("connect using the command-line tool via 'clif -H %s -p %s'", h, p)
// Start any requested auto-backups
backupSrvStx, backupSrvCancel := context.WithCancel(mainCtx)

Loading…
Cancel
Save