Skip to content

Commit 55720ff

Browse files
[SELC-5887] Fix: event hub base path UAT (#210)
1 parent 88e98e6 commit 55720ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: infra/container_apps/user-cdc/env/uat/terraform.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ app_settings = [
3838
},
3939
{
4040
name = "EVENT_HUB_BASE_PATH"
41-
value = "https://selc-d-eventhub-ns.servicebus.windows.net/"
41+
value = "https://selc-u-eventhub-ns.servicebus.windows.net/"
4242
},
4343
{
4444
name = "EVENT_HUB_SC_USERS_TOPIC"

0 commit comments

Comments
 (0)