瀏覽代碼

faucetd: Update configuration file.

parazyd 4 年之前
父節點
當前提交
e443b8fd9c
共有 1 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      bin/faucetd/faucetd_config.toml

+ 8 - 2
bin/faucetd/faucetd_config.toml

@@ -22,10 +22,10 @@
 #rpc_listen = "tcp://127.0.0.1:8340"
 #rpc_listen = "tcp://127.0.0.1:8340"
 
 
 # P2P accept address for the syncing protocol
 # P2P accept address for the syncing protocol
-#sync_p2p_accept = "tls://0.0.0.0:8342"
+#sync_p2p_accept = "tls://127.0.0.1:8342"
 
 
 # P2P external address for the syncing protocol
 # P2P external address for the syncing protocol
-#sync_p2p_external = "tls://0.0.0.0:8342"
+#sync_p2p_external = "tls://127.0.0.1:8342"
 
 
 # Connection slots for the syncing protocol
 # Connection slots for the syncing protocol
 #sync_slots = 8
 #sync_slots = 8
@@ -35,3 +35,9 @@
 
 
 # Peers to connect to for the syncing protocol
 # Peers to connect to for the syncing protocol
 #sync_peer = []
 #sync_peer = []
+
+# Airdrop timeout limit in seconds
+#airdrop_timeout = 600
+
+# Airdrop amount limit
+#airdrop_limit = "10"