Skip to content
Snippets Groups Projects
Commit 67bc87d5 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

use https in production

parent b9307bf5
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ module.exports = function(environment) {
APP: {
// Here you can pass flags/options to your application instance
// when it is created
API_ROOT: 'http://iobserve-api.herokuapp.com',
WEBSOCKET_ROOT: 'ws://iobserve-api.herokuapp.com',
API_ROOT: 'https://iobserve-api.herokuapp.com',
WEBSOCKET_ROOT: 'wss://iobserve-api.herokuapp.com',
WEBSOCKET_RECONNECT: false // not running on heroku/jetty-runner
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment