lib/automate-em/engine.rb in automate-em-0.0.3 vs lib/automate-em/engine.rb in automate-em-0.0.4

- old
+ new

@@ -13,9 +13,10 @@ config.before_initialize do |app| # Rails.configuration app.config.automate = ActiveSupport::OrderedOptions.new app.config.automate.module_paths = [] app.config.automate.log_level = Logger::INFO app.config.automate.encrypt_key = "Lri2B0yvEVag+raqX9uqMFu9LmGoGwbaO8fzNidf" + app.config.automate.datagram_port = 0 # ephemeral port (random selection) end # # Discover the possible module location paths after initialisation is complete #