Skip to content

Commit eae00cb

Browse files
authored
Merge pull request #168 from streamdevs/166-update-env-example
docs: Update .env example file
2 parents c18ee0e + 890abb4 commit eae00cb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.env.example

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
NODE_ENV=test
2-
STREAMLABS_TOKEN=xxxx.xxxx.xxxx
1+
NODE_ENV=development
2+
PORT=8080
3+
STREAMLABS_TOKEN=
4+
TWITCH_BOT_NAME=
5+
TWITCH_BOT_TOKEN=
6+
TWITCH_BOT_CHANNEL=
7+
NOTIFY_ISSUES_ASSIGNED_TO=
8+
IGNORE_PR_OPENED_BY=
9+
NOTIFY_CHECK_RUNS_FOR=

0 commit comments

Comments
 (0)