From bb32133038055564ebf93e4024d3ba97d50511d3 Mon Sep 17 00:00:00 2001 From: TenderIronh Date: Tue, 17 May 2022 15:53:29 +0800 Subject: [PATCH] config template --- config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 919fcd4..c5dab9a 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,9 @@ { "network": { "Node": "YOUR_NODE_NAME", - "User": "YOUR_USER_NAME", - "Password": "YOUR_PASSWORD", - "ServerHost": "openp2p.cn", - "ServerPort": 27182, + "Token": "YOUR_TOKEN", + "ServerHost": "api.openp2p.cn", + "ServerPort": 27183, "UDPPort1": 27182, "UDPPort2": 27183 },