Skip to content

Commit 1628cd9

Browse files
committed
chore: README tweak + connection name env var update
1 parent 32b9e8f commit 1628cd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ hookdeck | Dashboard
5858
hookdeck | 👉 Inspect and replay events: https://dashboard.hookdeck.com?team_id=tm_zDDhLIPBQw2e
5959
hookdeck |
6060
hookdeck | example-webhooks-v3 Source
61-
hookdeck | 🔌 Event URL: https://hkdk.events/l5u7nwyghz0gec
61+
hookdeck | 🔌 Event URL: https://hkdk.events/irq4hh3eu54hxs
6262
hookdeck |
6363
hookdeck | Connections
64-
hookdeck | CLI forwarding to /
64+
hookdeck | example-webhooks-v3_to_CLI forwarding to /
6565
hookdeck |
6666
hookdeck | Getting ready...
6767
hookdeck | Ready! (^C to quit)

cli/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
--header 'Accept: application/json' \
2121
--header 'Authorization: Bearer $HOOKDECK_API_KEY' \
2222
--data '{
23-
"name": "$HOOKDECK_SOURCE_NAME_to_CLI",
23+
"name": "${HOOKDECK_SOURCE_NAME}_to_CLI",
2424
"source": {
2525
"name": "$HOOKDECK_SOURCE_NAME",
2626
"allowed_http_methods": [

0 commit comments

Comments
 (0)