OSDN Git Service

fix: fix api port (#108)
[bytom/vapor.git] / config / toml.go
index 2c8e47a..8102708 100644 (file)
@@ -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 = ""
 `