Class: Humongous::Application

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/humongous/application.rb

Constant Summary collapse

DEFAULT_OPTIONS =
{
  :url => "localhost",
  :port => "27017",
  :username => "",
  :password => ""
}