mirror of https://github.com/ledisdb/ledisdb.git
Config: Fix quotes at Readonly method (#360)
This commit is contained in:
parent
becf5f38d3
commit
8ceb77e66a
|
@ -118,7 +118,7 @@ type Config struct {
|
||||||
|
|
||||||
SlaveOf string `toml:"slaveof"`
|
SlaveOf string `toml:"slaveof"`
|
||||||
|
|
||||||
Readonly bool `toml:readonly`
|
Readonly bool `toml:"readonly"`
|
||||||
|
|
||||||
DataDir string `toml:"data_dir"`
|
DataDir string `toml:"data_dir"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue