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.

no votes yet
· · Edited
·

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.

1 total vote

Application settings: environment editor bugs

2 total votes
Quick Actions
Activity
View recent activity and updates
Use arrow keys to navigate