forked from Southclaws/cj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
21 lines (21 loc) · 975 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DEBUG=1
CJ_MONGO_USER=root
# Change MONGO_HOST to localhost when working with a locally exposed mongo (i.e. on the local network)
CJ_MONGO_HOST=mongodb
CJ_MONGO_PORT=27017
CJ_MONGO_NAME=cj
CJ_MONGO_PASS=somepass
CJ_DISCORD_TOKEN=go here: https://discordapp.com/developers/applications/me
CJ_DEFAULT_CHANNEL=the channel ID of the main discussion channel
CJ_ADS_CHANNEL=the channel ID of the advertisement channel, not super important
CJ_BOT_ID=the client ID of the bot
CJ_GUILD_ID=the server ID (discord calls them "guilds", weird, I know)
CJ_VERIFIED_ROLE=the role ID of the "verified" role, not super important
CJ_DEFAULT_ROLE=the role ID of the regular "everyone" role
CJ_NO_INIT_SYNC=1
CJ_HEARTBEAT=60
CJ_DEFAULT_COOLDOWN=180ms
CJ_NO_DATABASE=false set to true if you don't want to use a database
CJ_README_CHANNEL=the channel ID of the channel where readme message is sent
CJ_README_GIST_ID=37f3548342e51365a7291132502b71b8
CJ_README_GIST_FILE_NAME=samp-discord-rules.md