move revisions file to ~/.tendermint/

This commit is contained in:
Jae Kwon
2015-07-13 11:49:09 -07:00
parent dea5eab643
commit e4fae760af
4 changed files with 7 additions and 13 deletions
+1
View File
@@ -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
}