OSDN Git Service

add compression (#240)
[bytom/vapor.git] / config / toml.go
index 2c8e47a..f95ec48 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 = ""
 `
 
@@ -35,8 +35,8 @@ seeds = ""
 
 var vaporNetConfigTmpl = `chain_id = "vapor"
 [p2p]
-laddr = "tcp://0.0.0.0:56659"
-seeds = ""
+laddr = "tcp://0.0.0.0:56656"
+seeds = "52.83.60.99:56656,52.82.56.221:56656,52.82.56.145:56656"
 `
 
 // Select network seeds to merge a new string.