Skip to content

Commit

Permalink
tell ember to use ssl even locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Mar 23, 2018
1 parent 1739cb8 commit bcb8d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ember-cli
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@

Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": false
"disableAnalytics": false,
// Use SSL for development server by default
"ssl": true
}

0 comments on commit bcb8d6e

Please sign in to comment.