mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add scaffold
This commit is contained in:
parent
f4d87f8b9d
commit
a04d8927a8
|
@ -87,7 +87,13 @@ buckets_folder = "/buckets"
|
||||||
# local on disk, mostly for simple single-machine setup, fairly scalable
|
# local on disk, mostly for simple single-machine setup, fairly scalable
|
||||||
# faster than previous leveldb, recommended.
|
# faster than previous leveldb, recommended.
|
||||||
enabled = true
|
enabled = true
|
||||||
dir = "." # directory to store level db files
|
dir = "./filerldb2" # directory to store level db files
|
||||||
|
|
||||||
|
[rocksdb]
|
||||||
|
# local on disk, similar to leveldb
|
||||||
|
# since it is using a C wrapper, you need to install rocksdb and build it by yourself
|
||||||
|
enabled = false
|
||||||
|
dir = "./filerrdb" # directory to store rocksdb files
|
||||||
|
|
||||||
[mysql] # or tidb
|
[mysql] # or tidb
|
||||||
# CREATE TABLE IF NOT EXISTS filemeta (
|
# CREATE TABLE IF NOT EXISTS filemeta (
|
||||||
|
|
Loading…
Reference in a new issue