Skip to content

Commit

Permalink
feat: enable REST API in regen-sandbox (#1652)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
  • Loading branch information
paul121 and ryanchristo authored Dec 2, 2022
1 parent eb6fc32 commit 7675f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/regen-sandbox/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT INT

# Start regen chain and immediately move it to the background
echo "Starting up regen node..."
regen start --log_level warn &
regen start --log_level warn --api.enable true &
REGEN_PID=$!

# Sleep for regen node to full boot up
Expand Down

0 comments on commit 7675f73

Please sign in to comment.