mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
adding app.json for Heroku deploy
This commit is contained in:
parent
dfad6679f8
commit
0f5963f2cc
1 changed files with 13 additions and 0 deletions
13
app.json
Normal file
13
app.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Telescope",
|
||||
"description": "An open-source community app built with Meteor",
|
||||
"repository": "https://github.com/TelescopeJS/Telescope/",
|
||||
"logo": "http://www.telescopeapp.org/images/logo.png",
|
||||
"keywords": ["meteor", "social", "community"],
|
||||
"env": {
|
||||
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git"
|
||||
},
|
||||
"addons": [
|
||||
"mongolab:shared-single-small"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue