forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
18 lines (18 loc) · 740 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Rocket.Chat",
"description": "Have your own open-source Slack-like online chat, built with Meteor.",
"repository": "https://github.com/RocketChat/Rocket.Chat",
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png?v=3",
"keywords": ["meteor", "social", "community", "chat"],
"website": "https://rocket.chat",
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"ROOT_URL": {
"description": "IMPORTANT! Must be 'https://<App Name>.herokuapp.com' Replace <App Name> with the value you provided at the top. This will be the full URL of your Rocket.Chat."
}
},
"addons": [
"mongolab",
"logentries"
]
}