-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.env.example
54 lines (39 loc) · 1 KB
/
.env.example
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#### REQUIRED
BOT_ACCESS_TOKEN=
BOT_REFRESH_TOKEN=
TWITCH_CLIENTID=
TWITCH_CLIENTSECRET=
TWITCH_CALLBACKURL=http://localhost:3005/login
# you can get the token from https://dashboard.ngrok.com/get-started/your-authtoken
NGROK_AUTH_TOKEN=
### REQUIRED
# you mostly do not need to modify that information unless you change something in `docker-compose.dev.yml`
DATABASE_URL=postgres://twir:twir@localhost:54321/twir?sslmode=disable
REDIS_URL=redis://localhost:6385/0
#### NOT REQUIRED
SITE_BASE_URL=localhost:3005
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_BOT_TOKEN=
SEVENTV_TOKEN=
CDN_PUBLIC_URL=http://localhost:8000
CDN_HOST=localhost:8000
CDN_BUCKET=twir
CDN_REGION=
CDN_ACCESS_TOKEN=
CDN_SECRET_TOKEN=
STEAM_API_KEY=
STEAM_USERNAME=
STEAM_PASSWORD=
DISCORD_FEEDBACK_URL=
ODESLI_API_KEY=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
TOXICITY_ADDR=
MUSIC_RECOGNIZER_ADDR=
OPENWEATHERMAP_API_KEY=
UPTRACE_DSN=
#### NOT REQUIRED
# some env that should be never changed
APP_ENV=development
NODE_ENV=development