class Gn::Tracker::Configuration

Attributes

application[RW]
path[RW]

Public Class Methods

new() click to toggle source
# File lib/gn/tracker.rb, line 46
def initialize
  @application = ENV.fetch('GN_TRACKER_APPLICATION') { 'GN_TRACKER' }
  @path = '/tmp/logstash'
end