Skip to content

Commit 5c6da72

Browse files
author
Mofizur Rahman
committed
add .env docs to server
1 parent 5da37af commit 5c6da72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/server.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ If you don't already have it, [create your Video API account](https://tokbox.com
1717
npm init -y
1818
npm install opentok express dotenv
1919
touch index.js
20+
cp .env.example .env
2021
```
2122

23+
Fill `.env` with `API_KEY` and `API_SECRET` from your tokbox project.
24+
2225
We will also install `nodemon` to automatically restart the server when we make changes.
2326

2427
```bash

0 commit comments

Comments
 (0)