Make ROOT_URL required.

pull/2288/head
Patrick Connolly 10 years ago
parent f03cc4649a
commit e2c72c3cf4
  1. 3
      app.json

@ -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": [

Loading…
Cancel
Save