added arg to algorand startup

This commit is contained in:
chase-45 2022-07-07 19:54:26 -04:00 committed by Evan Gray
parent 9b4ac93c0a
commit 850dd33ba4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ start_with_algod() {
/tmp/algorand-indexer daemon \ /tmp/algorand-indexer daemon \
--dev-mode \ --dev-mode \
--server ":$PORT" \ --server ":$PORT" \
--data-dir "/opt/data" \
--enable-all-parameters \ --enable-all-parameters \
-P "$CONNECTION_STRING" \ -P "$CONNECTION_STRING" \
--algod-net "${ALGOD_ADDR}" \ --algod-net "${ALGOD_ADDR}" \