Hi people, a question about environments. How do y...
# ask-community
s
Hi people, a question about environments. How do you support different environments (development / testing / production) in your code, not only env variables, but also taking into account things like different environments using different executors?
a
Hi @Sergi de Pablos this is a really common question so I answered in this Discourse topic. In short, you can use a combination of labels, projects and proper utility functions returning different run config and storage configuration depending on the environment.
s
Thanks @Anna Geller I'll take a look.
👍 1
a
btw if you have some questions about this, you can either ask here or in Discourse, whichever you prefer, we fully support both 👍