mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8535 from elastic/jasper/backport/8487/5.0
[backport] PR #8487 to 5.0 - Allows for server.host to be set in development
This commit is contained in:
commit
2f44364ddc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue