mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
add ROOT_URL and Heroku button
This commit is contained in:
parent
35d5e8d2fb
commit
7c39487090
2 changed files with 10 additions and 1 deletions
|
@ -28,3 +28,9 @@ Start hacking on this app on
|
|||
in seconds:
|
||||
|
||||
[](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=TelescopeJS%2FTelescope&file_to_open=README.nitrous.md)
|
||||
|
||||
### Heroku Button
|
||||
|
||||
Deploy on Heroku:
|
||||
|
||||
[](https://heroku.com/deploy)
|
||||
|
|
5
app.json
5
app.json
|
@ -5,7 +5,10 @@
|
|||
"logo": "http://www.telescopeapp.org/images/logo.png",
|
||||
"keywords": ["meteor", "social", "community"],
|
||||
"env": {
|
||||
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git"
|
||||
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
|
||||
"ROOT_URL": {
|
||||
"description": "The full URL of your Telescope app."
|
||||
}
|
||||
},
|
||||
"addons": [
|
||||
"mongolab"
|
||||
|
|
Loading…
Add table
Reference in a new issue