-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 811 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (22 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -----------------------------------------------
# Discord (required)
# https://discord.com/developers/applications
# -----------------------------------------------
DISCORD_BOT_TOKEN=
# -----------------------------------------------
# GitHub (optional)
# Increases rate limit from 60 to 5000 req/h
# https://github.com/settings/tokens
# -----------------------------------------------
GITHUB_TOKEN=
# -----------------------------------------------
# Twitch (required for Twitch endpoints)
# https://dev.twitch.tv/console
# -----------------------------------------------
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
# -----------------------------------------------
# Steam (required for Steam endpoints)
# https://steamcommunity.com/dev/apikey
# -----------------------------------------------
STEAM_API_KEY=