Update README to clarify backend environment variable configuration for development
This commit is contained in:
parent
3326bf8f43
commit
e5cfdc592a
@ -50,6 +50,10 @@ cd openvidu-meet
|
|||||||
|
|
||||||
**3. Start the Backend**
|
**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
|
```bash
|
||||||
cd backend && \
|
cd backend && \
|
||||||
npm run start:dev
|
npm run start:dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user