mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-17 20:28:06 +02:00
prefix store dir
This commit is contained in:
parent
c878237567
commit
bb1ccf09e8
@ -21,7 +21,7 @@ var (
|
||||
// DefaultTable when none is specified
|
||||
DefaultTable = "micro"
|
||||
// DefaultDir is the default directory for bbolt files
|
||||
DefaultDir = os.TempDir()
|
||||
DefaultDir = filepath.Join(os.TempDir(), "micro", "store")
|
||||
|
||||
// bucket used for data storage
|
||||
dataBucket = "data"
|
||||
|
Loading…
x
Reference in New Issue
Block a user