Skip to content

Demo: remove SITE_URL (and BREVO_REDIRECT_URL_FOR_IMPORT) from env#5322

Open
nsams wants to merge 3 commits intomainfrom
demo-remove-siteurl
Open

Demo: remove SITE_URL (and BREVO_REDIRECT_URL_FOR_IMPORT) from env#5322
nsams wants to merge 3 commits intomainfrom
demo-remove-siteurl

Conversation

@nsams
Copy link
Member

@nsams nsams commented Mar 16, 2026

As we don't have a single site url that variable should not be used, as it only points to the first site. Use siteConfig instead.

Also remove BREVO_REDIRECT_URL_FOR_IMPORT and get the url from siteConfig - for the correct one.

As we don't have a single site url that variable should not be used, as it only points to the first site.
Use siteConfig instead.

Also remove BREVO_REDIRECT_URL_FOR_IMPORT and get the url from siteConfig - for the correct one.
@nsams nsams self-assigned this Mar 16, 2026
"browser:demo:api": "dotenv -- sh -c 'open-cli $API_URL/graphql'",
"browser:demo:admin": "dotenv -- sh -c 'open-cli $ADMIN_URL'",
"browser:demo:site": "dotenv -- sh -c 'open-cli $SITE_URL'",
"browser:demo:site": "dotenv -- sh -c 'open-cli http://localhost:$SITE_PORT'",
Copy link
Member Author

Choose a reason for hiding this comment

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

I decided to not keep SITE_URL just for this script

johnnyomair
johnnyomair previously approved these changes Mar 16, 2026
@johnnyomair
Copy link
Collaborator

Please resolve conflicts.

johnnyomair
johnnyomair previously approved these changes Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants