lib/automate-em/engine.rb in automate-em-0.0.1 vs lib/automate-em/engine.rb in automate-em-0.0.2
- old
+ new
@@ -12,9 +12,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"
end
#
# Discover the possible module location paths after initialisation is complete
#