-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.example.env
38 lines (38 loc) · 891 Bytes
/
.example.env
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
# [Discord_Bot_Token]
TOKEN=
# [Database_Credentials]
# If you don't have a MySQL server, navigate to core/database.py and switch from MySQLDatabase
# to SqliteDatabase, more details located there.
IP=
PORT=
Username=
Password=
DatabaseName=
# Need an SSL Certificate in order to connect to your database?
# Mark SSL_True to True and specify the certificates path
SSL_PATH=NULL
# [GitHub_API_Tokens]
# You can get these tokens at: https://github.com/settings/tokens/new
GIST=
GITHUB=
LOGTAIL=
# [Sentry]
# Not required *
DSN_SENTRY=
CONFIGCAT=
# [If you have a MySQL Database, set USEREAL to True]
USEREAL=False
TYPEBOT=Stable
# [Starter Permissions]
PREFIX=+
OWNERID=409152798609899530
# [Auto Update]
AUTOUPDATE=False
Branch=main
RunCMD=nohup python3 main.py &
# AWS
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# PyTest
PyTestMODE=False
#After you finish this, rename this to .env