Skip to content

Make Env File Easier to Read by Grouping Variables Together#44

Open
kayw-geek wants to merge 1 commit into
worksome:mainfrom
kayw-geek:feature/adjust-variable-sort
Open

Make Env File Easier to Read by Grouping Variables Together#44
kayw-geek wants to merge 1 commit into
worksome:mainfrom
kayw-geek:feature/adjust-variable-sort

Conversation

@kayw-geek
Copy link
Copy Markdown
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