Skip to content

Commit 0640674

Browse files
committed
build: update C# node RPC server config
Close #151. Signed-off-by: Anna Shaleva <[email protected]>
1 parent 1e13456 commit 0640674

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.docker/build/sharp.rpc.config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"MaxGasInvoke": 50,
1414
"MaxFee": 0.1,
1515
"MaxConcurrentConnections": 500,
16-
"DisabledMethods": [ "openwallet" ]
16+
"DisabledMethods": [ "openwallet" ],
17+
"EnableCors": true,
18+
"AllowOrigins": [],
19+
"KeepAliveTimeout": 60,
20+
"RequestHeadersTimeout": 15
1721
}
1822
]
1923
}

0 commit comments

Comments
 (0)