-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add metabase token and base url placeholders to dotenv template #3815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small comments!
- I think we can group these within the
# Metabase analytics
section above - Can
METABASE_BASE_URL
can be set toMETABASE_URL_EXT
(which matches the API and Editor) and derived asMETABASE_URL_EXT=http://localhost:${METABASE_PORT}
- This is quite important as this value needs to change across local dev and pizzas (docker) and then on Pulumi (staging & production)
- If you take a look at other references to
API_URL_EXT
you should see it has different formats in different environments
also updates METABASE_BASE_URL to METABASE_URL_EXT
Thanks @DafyddLlyr, I think I've made those changes, if I've understood you correctly? |
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
Gotcha, now updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect - thanks for making those changes! 🙌
METABSE_API_KEY
andMETABASE_BASE_URL
toapi.planx.uk/.env.test.example
template