feat:优化日志,以及嵌套加密和动态路由不能同时存在连线
This commit is contained in:
parent
46a53d7b46
commit
4b2e53ac22
4
.env
4
.env
@ -1,9 +1,9 @@
|
||||
IS_DEBUG="true"
|
||||
GRPC_ENDPOINT="47.82.97.10:9090"
|
||||
COSMOS_ENDPOINT="http://47.82.97.10:26657"
|
||||
ACCOUNT_NAME="bchrmll0jvrr"
|
||||
ACCOUNT_NAME="bltrj0xs"
|
||||
TRAFFIC_OBFUSCATE="47.82.97.10:8180"
|
||||
NODE_SECRET= "shell useless annual satisfy comfort bulk beyond own fly puzzle key shock grief depart capable purpose peasant model stamp city gain parent bright auto"
|
||||
NODE_SECRET= "protect curtain print mixed void mammal husband bamboo dinner butter beach off leader frost medal pig deputy orphan indoor wolf buyer emerge pause dog"
|
||||
VIET_EVENTS_URL="ws://47.82.97.10:8080/events"
|
||||
VITE_BASE_URL="http://47.82.97.10:8080"
|
||||
VITE_BLOCK_URL="http://47.82.97.10:1317"
|
||||
|
||||
10
.env copy
Normal file
10
.env copy
Normal file
@ -0,0 +1,10 @@
|
||||
IS_DEBUG="true"
|
||||
GRPC_ENDPOINT="47.82.97.10:9090"
|
||||
COSMOS_ENDPOINT="http://47.82.97.10:26657"
|
||||
ACCOUNT_NAME="bchrmll0jvrr"
|
||||
TRAFFIC_OBFUSCATE="47.82.97.10:8180"
|
||||
NODE_SECRET= "shell useless annual satisfy comfort bulk beyond own fly puzzle key shock grief depart capable purpose peasant model stamp city gain parent bright auto"
|
||||
VIET_EVENTS_URL="ws://47.82.97.10:8080/events"
|
||||
VITE_BASE_URL="http://47.82.97.10:8080"
|
||||
VITE_BLOCK_URL="http://47.82.97.10:1317"
|
||||
NODE_OPTIONS=--max-old-space-size=8192
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -250,6 +250,10 @@ const DecentralizedElasticNetwork = () => {
|
||||
onClick={() => {
|
||||
setTooltipType(CONST_TOOLTIP_TYPE.NESTED_ENCRYPTION.type);
|
||||
setTooltipClosed(true);
|
||||
dynamicRouteGeneration[0].isLine = false;
|
||||
istrue.current = false;
|
||||
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||
|
||||
nestedEncryption[0].isLine = true;
|
||||
setNestedEncryption([...nestedEncryption]);
|
||||
}}
|
||||
@ -260,6 +264,10 @@ const DecentralizedElasticNetwork = () => {
|
||||
className="bt1 cursor-pointer"
|
||||
onClick={() => {
|
||||
setTooltipType(CONST_TOOLTIP_TYPE.DYNAMIC_ROUTE_GENERATOR.type);
|
||||
nestedEncryption[0].isLine = false;
|
||||
setNestedEncryption([...nestedEncryption]);
|
||||
setTooltipClosed(false);
|
||||
|
||||
dynamicRouteGeneration[0].isLine = true;
|
||||
istrue.current = true;
|
||||
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user