Skip to content
Snippets Groups Projects
Unverified Commit 5bec4eb2 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Using HEROKU_APP_NAME

parent f624f8a7
No related branches found
No related tags found
No related merge requests found
{
"name": "Rocket.Chat",
"description": "Have your own open-source Slack-like online chat, built with Meteor.",
"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/master/public/images/logo/512x512.png?v=3",
"keywords": ["meteor", "social", "community", "chat"],
......@@ -8,6 +8,11 @@
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"HEROKU_APP_NAME": {
"description": "This will become your Rocket.Chat app URL: https://<HEROKU_APP_NAME>.herokuapp.com",
"required": true
},
"HEROKU_PARENT_APP_NAME": {
"description": "This will become your Rocket.Chat app URL: https://<HEROKU_APP_NAME>.herokuapp.com",
"required": true
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment