mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Setup (markdown)
parent
1414e71cc0
commit
46d50a7c6f
|
@ -1,3 +1,12 @@
|
|||
Please follow this example and add a filer.toml file to current directory, or $HOME/.seaweedfs/, or /etc/seaweedfs/
|
||||
Please add a filer.toml file to current directory, or $HOME/.seaweedfs/, or /etc/seaweedfs/
|
||||
|
||||
https://github.com/chrislusf/seaweedfs/blob/master/weed/filer.toml
|
||||
The filer.toml can be generated by
|
||||
```
|
||||
weed scaffold filer -output="."
|
||||
weed scaffold filer
|
||||
```
|
||||
|
||||
Or if you just want to take a look:
|
||||
```
|
||||
weed scaffold filer
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue