I serve an ember-cli app using the following command
ember serve --proxy http://some.such.proxy --ssl --insecure-proxy
These options are specific to serving the app for development. Can I configure my app, perhaps with config/environment.js
, to use these options in development?
Ultimately I would just like to use ember serve
without having to specify options on the command line.
Reading the documentation more carefully means that I can answer my own question.
Such options can be configured in the .ember-cli
file