forked from slovensko-digital/uvobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 786 Bytes
/
app.json
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
{
"name": "Slovensko.Digital Uvobot",
"logo": "https://platforma-slovensko-digital-files.s3-eu-central-1.amazonaws.com/original/1X/046d18ffeb53be1c4114914c562b278bfd495635.png",
"env": {
"UVOBOT_SLACK_WEBHOOK": {
"description": "Webhook URL do Slacku z https://api.slack.com/incoming-webhooks",
"required": false
},
"DISCOURSE_URL": {
"required": false
},
"DISCOURSE_API_KEY": {
"required": false
},
"DISCOURSE_USER": {
"required": false
},
"DISCOURSE_TARGET_CATEGORY": {
"required": false
}
},
"addons": [
"scheduler"
],
"formation": {
"web": {
"quantity": 0
}
}
}