Is there anyway to use existing Environment Variables as variables inside other Env vars?
For example:
Given that I have two environment variables:
HOST=example.com
andHOST2=example2.com
I want to make a third Environment Variable:ALLOWED_HOSTS={HOST}, {HOST2}
.
Is this currently possible in Qovery?
Context: coming from DigitalOcean App Platform, this is a feature that has helped me tons to simplify the setup of projects.