host: 'localhost' port: 4000 static: true url_root: '/' default_format: 'html' # used in forgery protection and captcha browser_generated_types: - text/html - text/plain - text/javascript - application/x-www-form-urlencoded - multipart/form-data browser_generated_formats: - html - js # session sample # session: # key: 'rack.session' # domain: 'foo.com' # path: '/' # expire_after: 2592000 # secret: 'change_me'