Update README to clarify backend environment variable configuration for development

This commit is contained in:
Carlos Santos 2025-03-17 10:55:38 +01:00
parent 3326bf8f43
commit e5cfdc592a

View File

@ -50,6 +50,10 @@ cd openvidu-meet
**3. Start the Backend**
> [!NOTE]
> For development purposes, the backend application uses the `backend/.env.development` file to load environment variables. You can customize the values in this file to suit your local development environment.
```bash
cd backend && \
npm run start:dev