mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
move revisions file to ~/.tendermint/
This commit is contained in:
@@ -70,6 +70,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
mapConfig.SetDefault("db_dir", rootDir+"/data")
|
||||
mapConfig.SetDefault("log_level", "info")
|
||||
mapConfig.SetDefault("rpc_laddr", "0.0.0.0:46657")
|
||||
mapConfig.SetDefault("revisions_file", rootDir+"/revisions")
|
||||
return mapConfig
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user