Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TRENTO_DOMAIN to TRENTO_WEB_ORIGIN #97

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

nelsonkopliku
Copy link
Member

Just a tiny fix. Please confirm I did not forget anything 😄

Copy link
Contributor

@rtorrero rtorrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I missed actually a few lines in mine 😄

@@ -168,6 +168,13 @@ function check_trento_web_origin() {
if [[ -z "$TRENTO_WEB_ORIGIN" ]]; then
read -rp "A valid origin is required for websockets functionality, please provide one: " TRENTO_WEB_ORIGIN </dev/tty
fi

if [[ -z "$TRENTO_WEB_ORIGIN" ]]; then
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rtorrero I added these lines to make TRENTO_WEB_ORIGIN mandatory.
The script will continue ask you to provide it if you haven't done so.

Does it make sense?

@nelsonkopliku nelsonkopliku requested a review from arbulu89 June 10, 2024 06:56
@nelsonkopliku nelsonkopliku merged commit e66b626 into main Jun 10, 2024
6 checks passed
@nelsonkopliku nelsonkopliku deleted the adjust-web-origin branch June 10, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants