Sha256: cea1ff66e7b00a0b0f0d7e53a06b09a7725fd475a20feef5cf1ba3f7ce068aa6

Contents?: true

Size: 889 Bytes

Versions: 8

Compression:

Stored size: 889 Bytes

Contents

#------------
# Wackamole Sessions Options
# 
# @@options defines where Wackamole puts its sessions, which can be either mongo or memcache
# if @@options is not defined mongo at localhost:27017 is used
#
# For customized sessions with Mongo uncomment and modify this line:
# @@options={:protocol=>"mongo", :host=>"localhost", :port=>"11211", :db_name=>"wackamole_session", :cltn_name=>"sessions"}
#
# For Memcache session uncomment and modify this line:
# @@options={:protocol=>"memcached", :host=>"localhost", :port=>"11211", :namespace=>"wackamole_session"}
#
#------------

require 'rubygems'                                                                             
require 'sinatra'                                                                              
require File.join(File.dirname(__FILE__), %w[lib app.rb])                                      
run Sinatra::Application

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wackamole-0.1.3 config.ru
wackamole-0.1.2 config.ru
wackamole-0.0.9 config.ru
wackamole-0.0.8 config.ru
wackamole-0.0.7 config.ru
wackamole-0.0.6 config.ru
wackamole-0.0.5 config.ru
wackamole-0.0.4 config.ru