mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
Updated Filer Setup (markdown)
@@ -2,10 +2,10 @@ Please add a filer.toml file to current directory, or $HOME/.seaweedfs/, or /etc
|
|||||||
|
|
||||||
The filer.toml can be generated by
|
The filer.toml can be generated by
|
||||||
```
|
```
|
||||||
weed scaffold -config filer -output="."
|
weed scaffold -config=filer -output="."
|
||||||
```
|
```
|
||||||
|
|
||||||
Or if you just want to take a look:
|
Or if you just want to take a look:
|
||||||
```
|
```
|
||||||
weed scaffold filer
|
weed scaffold -config=filer
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user