Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

1 participant