consolidate around --config arg, use js to resolve

This commit is contained in:
Spencer Alger 2015-07-10 08:59:56 -07:00
parent 382598fada
commit 73beac9cf1
2 changed files with 1 additions and 4 deletions

View file

@ -21,6 +21,5 @@ if [ ! -x "$NODE" ]; then
exit 1
fi
CONFIG_PATH="${DIR}/config/kibana.yml" exec "${NODE}" "${DIR}/src/cli/cli" ${@}
exec "${NODE}" "${DIR}/src/cli/cli" ${@}

View file

@ -61,5 +61,3 @@
# If you would like to send the log output to a file you can set the path below.
# logging.dest: stdout
logging.json: false