-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
It would be really helpful if we could manually set the ROOT_DIR .
Propose:
We can use the .env file to define a custom directory, together with a helper class that builds the paths, checks whether the variable is set, and applies the current path as a default value.
Benefits:
- Configuration flexibility – allows setting a custom
ROOT_DIRwithout changing the source code. - Portability – makes it easier to run the project across different environments (development, staging, production) just by changing environment variables.
- Future scalability – the structure is ready for other environment-driven configs if needed.
- Improved contributor experience – new developers can get started quickly by just adjusting the
.envfile.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request