-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path.env_sample
73 lines (51 loc) · 2.29 KB
/
.env_sample
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
##########################################################
# Set your twitch app client id. This is the "Client ID"
# available by clicking the "Manage" button for your
# app on this page:
# https://dev.twitch.tv/console/apps
TWITCH_CLIENT_ID=
##########################################################
# Set your twitch app secret. This is the "Client Secret"
# available by clicking the "Manage" button for your
# app on this page:
# https://dev.twitch.tv/console/apps
# If you don't already one (or you no longer have your
# original one), click "New Secret". You'll only be able
# to see it when you first make it so put it in your
# password manager
TWITCH_CLIENT_SECRET=
##########################################################
# This secret is required for Twitch EventSub. It's
# one that you generate yourself (i.e. it's not the
# app client secret from the dev.twitch.tv page).
# The secret must be between 10-100 characters. You
# can use this one, or genrate one yourself.
TWITCH_WEBHOOK_SECRET=xvsYjbtbqeL4DVgT8vXV
##########################################################
# This is the root password which will be set for your
# Postgres container. You can use the password set here
# but it is more secure to set your own strong password.
# You likely wont need to directly use this password at
# all.
POSTGRES_PW=7Rt879up6s3bT2UqeHMv
##########################################################
# This is the password used for the django database. You
# can use the random password already set, but it is more
# secure to set your own. You likely wont need to
# directly use this password at all.
DJANGO_DB_PW=f7UXs2mAZSnpX492H4m5
##########################################################
# This is a random key for Django. You can use this
# one, but it's more secure to generate your own.
DJANGO_SECRET_KEY=F9MvDGErwTE7kLuxB7sq
##########################################################
# The default port is 8000. If you need to use
# another port, change it here.
PORT=8000
##########################################################
# It is recommended that you use a free (or paid) ngrok
# account and token, as non-account tunnels have more
# limited connection counts. If you have an ngrok
# token you would like to use, uncomment the line below
# and provide your token.
# NGROK_TOKEN=