We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b08bd1 commit 1ab616dCopy full SHA for 1ab616d
app.json
@@ -15,17 +15,13 @@
15
"description": "Comma separated user IDs of people that are allowed to use owner only commands. (eval and update)",
16
"required": true
17
},
18
- "MODMAIL_API_TOKEN": {
19
- "description": "API token from https://modmail.tk",
20
- "required": false
21
- },
22
"MONGO_URI": {
23
"description": "Mongo DB connection URI for selfhosting your data.",
24
+ "required": true
25
26
"LOG_URL": {
27
"description": "The url of the logviewer app for viewing selfhosted logs",
28
29
}
30
31
0 commit comments