Skip to content

Commit

Permalink
Added port to signal URI
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga committed Dec 19, 2023
1 parent 2bc9f6c commit f32ec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure_files/getting-started-with-zitadel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ renderManagementJson() {
},
"Signal": {
"Proto": "$NETBIRD_HTTP_PROTOCOL",
"URI": "$NETBIRD_DOMAIN"
"URI": "$NETBIRD_DOMAIN:$NETBIRD_PORT"
},
"HttpConfig": {
"AuthIssuer": "$NETBIRD_HTTP_PROTOCOL://$NETBIRD_DOMAIN",
Expand Down

0 comments on commit f32ec5e

Please sign in to comment.