Sha256: af7a88113a34c7a7d28ed53ee887cb79a196f3856426d55c5ea4f19bb9416111

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

set :environment, RACK_ENV
set :root, WDSinatra::AppLoader.root_path
set :app_file, __FILE__
set :public_folder, File.join(WDSinatra::AppLoader.root_path, "public")
# Checks on static files before dispatching calls
enable :static
# enable rack session
enable :session
set :raise_errors, false
# enable that option to run by calling this file automatically (without using the config.ru file)
# enable :run
use Rack::ContentLength

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wd_sinatra-0.0.2 templates/config/sinatra_config.rb