-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
59 lines (44 loc) · 1.53 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Discord client options
DISCORD_BOT_TOKEN=token
DISCORD_CLIENT_PRESENCE_TYPE=WATCHING
DISCORD_CLIENT_PRESENCE_MESSAGE="for cool projects"
DISCORD_APP_ID=1234
DISCORD_PUBLIC_KEY=1234
# Logging options
LOG_LEVEL=debug
# Commands options
COMMANDS_DEBUG=false
# Source code repositories
GITHUB_API_TOKEN=exampleT0ken
# Channel configuration
# The (public) channel where projects are to be sent for showcase
PUBLIC_SHOWCASE_CHANNEL="channelid"
# The (public) channel where the logs are sent for submissions.
PUBLIC_LOG_CHANNEL="channelid"
# The (private) channel where the Google Forms submissions webhook posts
PRIVATE_SUBMISSION_CHANNEL="channelid"
# the (private) channel where the logs are sent for submissions.
PRIVATE_LOG_CHANNEL="channelid"
# the (private) internal channel where the internal logs are sent.
INTERNAL_LOG_CHANNEL="channelid"
# the (public) channel where feedback threads are created.
FEEDBACK_THREAD_CHANNEL="channelid"
# Guild configuration
MAIN_GUILD_ID=guildid
STAFF_GUILD_ID=guildid
DEVELOPMENT_GUILD_ID=guildid
# Role configuration
STAFF_ROLE_ID="roleid"
VETERANS_ROLE_ID="roleid"
# Voting threshold configuration; the amount of votes required before a project is greenlit for reposting to the public showcase channel
# or rejected.
VOTING_THRESHOLD=3
# Emoji configuration
UPVOTE_EMOJI="430119347881771018"
DOWNVOTE_EMOJI="430119368735850506"
PAUSE_EMOJI="813497114352812075"
# Backend API configuration
PORT=3000
API_AUTH_KEY=xxxxx
# Database configuration
DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA