summaryrefslogtreecommitdiff
path: root/config.ru
blob: 76b7b7af361c46b65620a51594c1410121c9098b (plain)
1
2
3
4
5
6
7
8
9
10
SERVICE = "aop"
require 'bundler'
Bundler.require
require './application.rb'
use Rack::Session::Dalli, :cache => Dalli::Client.new
#use Rack::Cache,
#  :verbose => true,
#  :metastore   => "memcached://127.0.0.1:11211/meta",
#  :entitystore => "memcached://127.0.0.1:11211/body"
run OpenTox::Application