Technikaz az
This project uses environment variables for configuration. To set up your local environment:
-
Copy
.env.example
to.env
:cp .env.example .env
-
Update the values in
.env
with your actual configuration values.
Note: Never commit .env
files to the repository as they may contain sensitive information.