Skip to content

Commit

Permalink
Backport PR elastic#8487
Browse files Browse the repository at this point in the history
---------

**Commit 1:**
Allows for server.host to be set in development

Signed-off-by: Tyler Smalley <[email protected]>

* Original sha: 7d76e68
* Authored by Tyler Smalley <[email protected]> on 2016-09-28T06:42:11Z
  • Loading branch information
elastic-jasper committed Oct 4, 2016
1 parent 55caeb4 commit a08d3a8
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 a08d3a8

Please sign in to comment.