lets try to run ws on the same port as http

This commit is contained in:
Sebastian
2023-08-25 08:06:32 +02:00
parent f1dd692a10
commit a14c53ced8

View File

@@ -32,7 +32,7 @@ opera \
--http.vhosts="*" \ --http.vhosts="*" \
--ws \ --ws \
--ws.addr=0.0.0.0 \ --ws.addr=0.0.0.0 \
--ws.port=18546 \ --ws.port=18545 \
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \
--ws.origins="*" \ --ws.origins="*" \
--nousb \ --nousb \