Make rest endpoint externally accessible

This commit is contained in:
IshaVenikar 2025-05-30 09:52:13 +05:30
parent e3927d4af2
commit ed75bd3ae9

View File

@ -58,6 +58,7 @@ laconicd start \
--api.enable \
--minimum-gas-prices=${MIN_GAS_PRICE}alnt \
--rpc.laddr="tcp://0.0.0.0:26657" \
--api.address="tcp://0.0.0.0:1317" \
--gql-playground --gql-server \
--log_level $CERC_LOGLEVEL \
--home $NODE_HOME