Hi,
I noticed a few issues on the env editor:
Currently, while configuring environment variables it seems like specific characters are being mistakenly escaped when toggling between the form view and the text editor view. I.e.
A_VARIABLE="optionA" # "optionB", "optionC" default "optionA"
becomes
A_VARIABLE="optionA\" # \"optionB\", \"optionC\" default \"optionA\"
Another issue I noticed is that it seems to not process env variables like
API_DOMAIN=${APP_DOMAIN}
Environment variable interpolation has been added! The other ones not yet.
An additional related issue:
When configuring Environment Variables initially I used the text file view. But when I return to it to check and edit individual items, they have all been scrambled into a different order.
That means that variables for eimilar things are no longer grouped together. It makes finding things harder, and also checking that all the variables for a particular thing are in place.
Would it be possible to either keep the order the user sets in the text file, or at least sort by the variable name, so similar ones are grouped.
-
Dennis moved item to board Planned
1 month ago -
Sander van Hooft (vatly.com ⋅ sandorian.com) moved item to project Applications
4 months ago -
Sander van Hooft (vatly.com ⋅ sandorian.com) created the item
4 months ago