Skip to content
Snippets Groups Projects
Commit e2c72c3c authored by Patrick Connolly's avatar Patrick Connolly
Browse files

Make ROOT_URL required.

parent f03cc464
No related merge requests found
......@@ -8,7 +8,8 @@
"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."
"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.",
"required": true
}
},
"addons": [
......
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