mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
avoid repetition
This commit is contained in:
parent
f214787766
commit
a5178be0a7
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ module.exports = function (grunt) {
|
|||
quiet: false,
|
||||
failOnError: false
|
||||
},
|
||||
cmd: /^win/.test(platform) ? '.\\bin\\kibana.bat' : './bin/kibana',
|
||||
cmd: binScript,
|
||||
args: [
|
||||
'--server.port=' + uiConfig.servers.kibana.port,
|
||||
'--server.xsrf.disableProtection=true',
|
||||
|
@ -48,7 +48,7 @@ module.exports = function (grunt) {
|
|||
quiet: false,
|
||||
failOnError: false
|
||||
},
|
||||
cmd: /^win/.test(platform) ? '.\\bin\\kibana.bat' : './bin/kibana',
|
||||
cmd: binScript,
|
||||
args: [
|
||||
'--server.port=' + uiConfig.servers.kibana.port,
|
||||
'--env.name=development',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue