Update entrypoint.sh to include * for CORS (#19)
* Update entrypoint.sh * Update entrypoint.sh
This commit is contained in:
parent
6338eb61d5
commit
493fe631f7
@ -23,6 +23,7 @@ geth --dev \
|
||||
--rpc \
|
||||
--rpcaddr $HOSTNAME \
|
||||
--rpcvhosts='*' \
|
||||
--rpccorsdomain='*' \
|
||||
--rpcport $PORT \
|
||||
--networkid $NETWORK_ID \
|
||||
--rpcapi 'eth,net' \
|
||||
@ -30,4 +31,4 @@ geth --dev \
|
||||
--targetgaslimit $TARGET_GAS_LIMIT \
|
||||
--nousb \
|
||||
--gcmode=archive \
|
||||
--verbosity "6"
|
||||
--verbosity "6"
|
||||
|
Loading…
Reference in New Issue
Block a user