You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/gitbase/command/server.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ type Server struct {
39
39
Userstring`short:"u" long:"user" default:"root" description:"User name used for connection"`
40
40
Passwordstring`short:"P" long:"password" default:"" description:"Password used for connection"`
41
41
PilosaURLstring`long:"pilosa" default:"http://localhost:10101" description:"URL to your pilosa server"`
42
-
IndexDirstring`short:"i" long:"index" default:"/var/gitbase/index" description:"Directory where the gitbase indexes information will be persisted."`
42
+
IndexDirstring`short:"i" long:"index" default:"/var/lib/gitbase/index" description:"Directory where the gitbase indexes information will be persisted."`
43
43
44
44
// UnstableSquash quashing tables and pushing down join conditions is still
45
45
// a work in progress and unstable. To enable it, the GITBASE_UNSTABLE_SQUASH_ENABLE
0 commit comments