Skip to content

Commit

Permalink
SQL BACKEND (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez authored Jan 17, 2024
1 parent dde89a7 commit 20e874c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ START_COMMAND="./target/release/stability --base-path /tmp/node --validator --un

if [ "$MODE" = "archive" ]; then
START_COMMAND="$START_COMMAND --pruning archive"

if [ "$BACKEND_TYPE" = "sql" ]; then
START_COMMAND="$START_COMMAND --frontier-backend-type sql"
fi
fi

if [ -n "$NODE_KEY" ]; then
Expand Down

0 comments on commit 20e874c

Please sign in to comment.