I would like to reference one or more environment variables within another variable. My use case is to replace the default database name in Qovery’s MongoDB database URL (the /admin part).
Being able to set a value like this would be very nice:
(I obviously tried this form of basic substitution and the magic didn’t happen!)
I couldn’t find anything similar in the documentation or the forum, is it something that is implemented in a way or another, or that you may want to add at some point?
Doesn’t work very well in my situation as I want to minimize the changes to the codebase. I ended up building up the environment variable myself and just saving it as is.