mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
96b6893ebc
commit
1b0160a77e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module LogStash
|
|||
GEMFILE_PATH = ::File.join(LOGSTASH_HOME, "Gemfile")
|
||||
BUNDLE_CONFIG_PATH = ::File.join(LOGSTASH_HOME, ".bundle", "config")
|
||||
BOOTSTRAP_GEM_PATH = ::File.join(LOGSTASH_HOME, 'build', 'bootstrap')
|
||||
LOCAL_GEM_PATH = ::File.join(LOGSTASH_HOME, 'vendor', 'locally_installed_gem')
|
||||
LOCAL_GEM_PATH = ::File.join(LOGSTASH_HOME, 'vendor', 'local_gems')
|
||||
|
||||
LOGSTASH_ENV = (ENV["LS_ENV"] || 'production').to_s.freeze
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue