Class: Minke::Config::ConsulLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/minke/config/config.rb

Overview

ConsulLoader defines the settings and url to be loaded into a running consul instance.

Instance Attribute Summary collapse

Instance Attribute Details

#config_fileObject

config_file points to a yaml file of key values to load into consul.

Required


284
285
286
# File 'lib/minke/config/config.rb', line 284

def config_file
  @config_file
end

#urlObject

url is the url to the running consul instance into which the keys and values will be loaded.

Required


290
291
292
# File 'lib/minke/config/config.rb', line 290

def url
  @url
end