mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backport PR #8487
---------
**Commit 1:**
Allows for server.host to be set in development
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
* Original sha: 7d76e68378
* Authored by Tyler Smalley <tyler.smalley@elastic.co> on 2016-09-28T06:42:11Z
This commit is contained in:
parent
9db2fc1c7b
commit
b969071ae0
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