mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Config.js now uses window.location.protocol rather than a hard coded "http://"
Closes #92
This commit is contained in:
parent
ffcbe92d60
commit
8a1b34fe59
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define(['settings'],
|
|||
* kibana installed on. You probably want to set it to the FQDN of your
|
||||
* elasticsearch host
|
||||
*/
|
||||
elasticsearch: "http://"+window.location.hostname+@@port,
|
||||
elasticsearch: window.location.protocol+"//"+window.location.hostname+@@port,
|
||||
|
||||
/** @scratch /configuration/config.js/5
|
||||
* ==== default_route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue