forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
21 lines (21 loc) · 727 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Rocket.Chat",
"description": "Have your own open-source Slack-like online chat platform.",
"repository": "https://github.com/RocketChat/Rocket.Chat",
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat.Artwork/master/Logos/2020/png/logo-horizontal-red.png",
"keywords": ["meteor", "social", "community", "chat"],
"website": "https://rocket.chat",
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
"METEOR_APP_DIR": "apps/meteor/",
"HEROKU_APP_NAME": {
"description": "Please re-enter your App Name from the top.",
"required": true
},
"DEPLOY_PLATFORM": "heroku"
},
"addons": [
"mongolab",
"logentries"
]
}