Skip to content

Commit

Permalink
fix: debug server
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed May 14, 2024
1 parent 697ec56 commit b89802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/debug-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import * as path from 'path';
const serverOpts: ServerOptions = {
hostname: ENV.API_HOST,
port: ENV.EVENT_PORT,
auth_token: ENV.ORDHOOK_NODE_AUTH_TOKEN,
auth_token: ENV.ORDHOOK_NODE_AUTH_TOKEN ?? '',
external_base_url: `http://${ENV.EXTERNAL_HOSTNAME}`,
wait_for_chainhook_node: false,
validate_chainhook_payloads: false,
Expand Down

0 comments on commit b89802d

Please sign in to comment.