Environment Configuration
To set up your environment variables:
- 
Copy the template file to env.sh:cp config/myenv_templ.sh config/env.sh
- 
Edit config/env.shand fill in your specific values for the variables.
- 
This file ( config/env.sh) is excluded from version control by the project's.gitignoreconfiguration, ensuring your sensitive information remains local and is never committed to the repository.