Add canonical host in app.json

This commit is contained in:
Simon Prévost 2018-07-02 10:08:41 -04:00 committed by Simon Prévost
parent 0a4703c1df
commit 4ea1e13e61

View File

@ -23,6 +23,10 @@
"description": "The URL to which the Web application will connect for Websocket sessions",
"value": "wss://this-heroku-app-name.herokuapp.com"
},
"CANONICAL_HOST": {
"description": "The host that will be used to build internal URLs",
"value": "this-heroku-app-name.herokuapp.com"
},
"FORCE_SSL": {
"description": "Whether to force HTTPS requests to the Web application and the API",
"value": "true"