OSDN Git Service

dockerize vapord (#214)
[bytom/vapor.git] / docker / vapord / config.toml
diff --git a/docker/vapord/config.toml b/docker/vapord/config.toml
new file mode 100644 (file)
index 0000000..0b8a353
--- /dev/null
@@ -0,0 +1,10 @@
+# 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:9889"
+moniker = ""
+chain_id = "vapor"
+[p2p]
+laddr = "tcp://0.0.0.0:56659"
+seeds = "52.83.133.152:56659"