-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
41 lines (41 loc) · 1020 Bytes
/
.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
# example .env
# very bloated, but it's not meant to be used outside FKZ anyways
#
# Login
TOKEN= # add your discord bot token, get it from: https://discord.com/developers
MONGODB_URL= # add your MongoDB URL
#
# Admin Roles # add a discord role IDs
BAN_ROLE_ID=
KICK_ROLE_ID=
#
# Bot Info
GUILD_ID= # add a discord guild ID
CLIENT_ID= # add your bots client ID
LOGS_CHAT_ID= # add a discord channel ID
#
# Whitelist # add discord role IDs
WHITELIST_ROLE=
#
# Server Manager Roles # add discord role IDs
CS2_MANAGER_ROLE=
CSGO_MANAGER_ROLE=
CSCL_MANAGER_ROLE=
PIRATE_MANAGER_ROLE=
SALAD_MANAGER_ROLE=
#
# API # for fkz-api: https://github.com/FemboyKZ/basic-listen
API_KEY= # a secret key !! HAS TO BE LOWERCASE !!
API_URL= # the URL of fkz-api
API_PORT= # the port of fkz-api
#
# Dathost Login
DATHOST_USERNAME= # add your dathost username
DATHOST_PASSWORD= # add your dathost password
#
# Dathost Servers # add your dathost server IDs
# CS2
AS_CS2KZ_SERVERID=
AU_CS2KZ_SERVERID=
SA_CS2KZ_SERVERID=
ZA_CS2KZ_SERVERID=