Skip to content

Commit

Permalink
add backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
masiedu4 committed Jun 27, 2024
1 parent c9808c8 commit 277d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartesi-rollups/deployment/self-hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If deploying to Fly.io from macOS with Apple Silicon, create a Docker image for
```shell
fly secrets set -a <app-name> CARTESI_BLOCKCHAIN_HTTP_ENDPOINT=<web3-provider-http-endpoint>
fly secrets set -a <app-name> CARTESI_BLOCKCHAIN_WS_ENDPOINT=<web3-provider-ws-endpoint>
fly secrets set -a <app-name> CARTESI_AUTH_MNEMONIC=<mnemonic>
fly secrets set -a <app-name> CARTESI_AUTH_MNEMONIC=`<mnemonic>`
fly secrets set -a <app-name> CARTESI_POSTGRES_ENDPOINT=<connection_string>
```

Expand Down

0 comments on commit 277d14b

Please sign in to comment.