Commit c03b27bc by Rocky Duan

forgot to commit...

parent 80522e5f
......@@ -21,6 +21,10 @@ set :cache, Dalli::Client.new
CommentService.config = YAML.load_file("config/application.yml").with_indifferent_access
Tire.configure do
url CommentService.config[:elasticsearch_server]
end
Mongoid.load!("config/mongoid.yml", environment)
Mongoid.logger.level = Logger::INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment