forked from frogamic/sansan-messaging-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
28 lines (27 loc) · 1.07 KB
/
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
{
"name": "SanSan Messaging Grid",
"description": "Replies to Slack messages with details for Netrunner cards.",
"keywords": [
"Netrunner",
"Slack"
],
"repository": "https://github.com/frogamic/sansan-messaging-grid",
"website": "https://frogamic.github.io/sansan-messaging-grid",
"success_url": "https://frogamic.github.io/sansan-messaging-grid/setup.html#slack-integration",
"env": {
"THUMBS_URL": {
"description": "The url of the server suppling the hexagonal thumbnail images of each card. (Leave the default here unless you want to supply your own thumbnails)",
"value": "http://nrdb-thumbs.s3-website-us-west-2.amazonaws.com/"
},
"AUTHORIZED_DOMAINS": {
"description": "An optional comma delimited list of Slack team domains (i.e. [you].slack.com) authorized to use your instance of SanSan Messaging Grid.",
"required": false,
"value": ""
},
"UPDATE_TIME": {
"description": "The hour of the day (UTC) that the card database should be updated.",
"value": "0"
}
},
"image": "heroku/nodejs"
}