-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
executable file
·24 lines (22 loc) · 914 Bytes
/
.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
DB_HOST=yourdbhosthere
DB_USERNAME=yourdbusernamehere
DB_PASSWORD=yourpasswordhere
DB_DATABASE=yourdbnamehere
ENCRYPTION_PASSWORD=someencryptionpassword
DISPLAY_ERRORS=1
EMAIL_HOST=some.host
EMAIL_USERNAME=someusername
EMAIL_PASSWORD=somepassword
EMAIL_FROM=from@some.email
EMAIL_NAME=EmailName
DISCORD_CLIENT_ID=0000000000000000000
DISCORD_CLIENT_SECRET=somesecretcode
DISCORD_NEW_GAME_WEBHOOK=https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXXXX/token
DISCORD_MODERATION_WEBHOOK=https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXXXX/token
# Default admin username/password/email, will only be used the first time
ADMIN_USERNAME=administrator
ADMIN_PASSWORD=Admin123@
ADMIN_EMAIL=admin@some.email
# 1: Read the file data and copy it to download.php, you can change the filename but it will consume much higher RAM
# 2: Redirect download.php to the file directly, but you can't change the filename
DOWNLOAD_TYPE=2