We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cf526 commit 54a5b07Copy full SHA for 54a5b07
1 file changed
README.md
@@ -498,7 +498,7 @@ The integration requires additional setup as there are using a real BigBlueButto
498
You need to create a `.env.local` file to configure which server to use and the proper credentials:
499
500
```shell
501
-echo "BBB_SERVER_BASE_URL=https://bbb.example/bigbluebutton/" > env.local
+echo "BBB_SERVER_BASE_URL=https://bbb.example/bigbluebutton/" > .env.local
502
echo "BBB_SECRET=S3cr3t" >> .env.local
503
```
504
0 commit comments