Skip to content

Commit

Permalink
Merge pull request #8487 from tylersmalley/dev-localhost
Browse files Browse the repository at this point in the history
Allows for server.host to be set in development
  • Loading branch information
spalger authored Oct 4, 2016
2 parents 8bc311d + 7d76e68 commit e78c829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/serve/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function readServerSettings(opts, extraCliOptions) {
set('env', 'development');
set('optimize.lazy', true);
if (opts.ssl && !has('server.ssl.cert') && !has('server.ssl.key')) {
set('server.host', 'localhost');
set('server.ssl.cert', DEV_SSL_CERT_PATH);
set('server.ssl.key', DEV_SSL_KEY_PATH);
}
Expand Down

0 comments on commit e78c829

Please sign in to comment.