Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Oct 25, 2023
1 parent 4df4255 commit 85e01e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ export async function handleWalletAddressNotFound(wh: WebHook) {
throw new Error('No walletAddressUrl found')
}

const accountPath = walletAddressUrl.split(
`https://${CONFIG.publicHost}/`
)[1]
const accountPath = walletAddressUrl.split(`https://${CONFIG.publicHost}/`)[1]

const account = await mockAccounts.getByPath(accountPath)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Now, the Admin UI can be found on localhost:3010.
| `STREAM_SECRET` | 32 random bytes | seed secret to generate connection secrets |
| `TIGERBEETLE_CLUSTER_ID` | `0` | TigerBeetle cluster id |
| `TIGERBEETLE_REPLICA_ADDRESSES` | `3004` | comma separated IP addresses/ports |
| `TRUST_PROXY` | `false` | flag to use X-Forwarded-Proto header to determine if connections is secure |
| `TRUST_PROXY` | `false` | flag to use X-Forwarded-Proto header to determine if connections is secure |
| `USE_TIGERBEETLE` | `false` | flag - use TigerBeetle or Postgres for accounting |
| `WEBHOOK_TIMEOUT` | `2000` | milliseconds |
| `WEBHOOK_URL` | `http://127.0.0.1:4001/webhook` | endpoint on the Account Servicing Entity that consumes webhook events |
Expand Down

0 comments on commit 85e01e1

Please sign in to comment.