Skip to content

Commit dd0d9e1

Browse files
committed
cmd/gitbase/command: change default index directory
Signed-off-by: Miguel Molina <[email protected]>
1 parent 888f5a6 commit dd0d9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitbase/command/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Server struct {
3939
User string `short:"u" long:"user" default:"root" description:"User name used for connection"`
4040
Password string `short:"P" long:"password" default:"" description:"Password used for connection"`
4141
PilosaURL string `long:"pilosa" default:"http://localhost:10101" description:"URL to your pilosa server"`
42-
IndexDir string `short:"i" long:"index" default:"/var/gitbase/index" description:"Directory where the gitbase indexes information will be persisted."`
42+
IndexDir string `short:"i" long:"index" default:"/var/lib/gitbase/index" description:"Directory where the gitbase indexes information will be persisted."`
4343

4444
// UnstableSquash quashing tables and pushing down join conditions is still
4545
// a work in progress and unstable. To enable it, the GITBASE_UNSTABLE_SQUASH_ENABLE

0 commit comments

Comments
 (0)