We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0ff1a commit e814184Copy full SHA for e814184
Readme.md
@@ -40,13 +40,11 @@ a. Then update the `.env` file with your correct database details.
40
41
b. Update your Stream Chat API key
42
43
- ```sh
44
- STREAM_API_KEY=<YOUR STREAM API KEY>
45
- STREAM_API_SECRET=<YOUR STREAM API SECRET>
+ STREAM_API_KEY=<YOUR STREAM API KEY>
+ STREAM_API_SECRET=<YOUR STREAM API SECRET>
46
47
- MIX_STREAM_API_KEY="${STREAM_API_KEY}"
48
- MIX_STREAM_API_SECRET="${STREAM_API_SECRET}"
49
- ```
+ MIX_STREAM_API_KEY="${STREAM_API_KEY}"
+ MIX_STREAM_API_SECRET="${STREAM_API_SECRET}"
50
51
5. Run migration
52
0 commit comments