OSDN Git Service

update dashboard
[bytom/vapor.git] / config / toml.go
index 2c8e47a..c4fe730 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.82.77.112:56656,52.82.113.219:56656,52.82.119.51:56656"
 `
 
 // Select network seeds to merge a new string.