Skip to content

Conversation

@kayw-geek
Copy link
Contributor

Before, we used to sort all variables in alphabetical order. This made variables from the same config file appear in different places, which could be confusing. To fix this, we've changed how we sort variables.

Now, we sort variables by the config file they belong to first. Then, we sort them alphabetically within each file group. This change makes our .env file easier to read because related variables stay together.

This update makes it simpler to work with our .env file, especially when adding, changing, or looking for variables. We hope this will make things easier for everyone and reduce mistakes. If anyone has ideas on how to make things even better, please let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant