X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=config%2Ftoml.go;fp=config%2Ftoml.go;h=810270871c6d97c74daa59ab78304576cc0f6666;hb=59473f6c0eb271466cbf454b0605c9b1168725e5;hp=2c8e47a3ce5322b0c0cecf3779240dd783512cdf;hpb=0f705655e257982edfc95526f58bf074462fd7ba;p=bytom%2Fvapor.git diff --git a/config/toml.go b/config/toml.go index 2c8e47a3..81027087 100644 --- a/config/toml.go +++ b/config/toml.go @@ -23,7 +23,7 @@ var defaultConfigTmpl = `# This is a TOML config file. # For more information, see https://github.com/toml-lang/toml fast_sync = true db_backend = "leveldb" -api_addr = "0.0.0.0:9888" +api_addr = "0.0.0.0:9889" moniker = "" `