-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 797 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Modmail Logviewer",
"description": "A simple webserver to view Modmail logs.",
"repository": "https://github.com/modmail-dev/logviewer",
"env": {
"CONNECTION_URI": {
"description": "MongoDB connection URI that contains your Modmail logs.",
"required": true
},
"USE_ATTACHMENT_PROXY": {
"description": "Whether if the logviewer should use a proxy to view attachments. If set to 'no', attachments will expire after 1 day. USE AT YOUR OWN RISK.",
"required": false,
"value": "no"
},
"ATTACHMENT_PROXY_URL": {
"description": "Proxy URL for viewing attachments.",
"required": false,
"value": "https://cdn.discordapp.xyz"
}
}
}