#!/usr/bin/env ruby require 'rhoconnect/application/init' # secret is generated along with the app Rhoconnect::Server.set :secret, 'not a secret' # !!! Add your custom initializers and overrides here !!! # For example, uncomment the following line to enable Stats #Rhoconnect::Server.enable :stats # uncomment the following line to disable Resque Front-end console #Rhoconnect.disable_resque_console = true # uncomment the following line to disable Rhoconnect Front-end console #Rhoconnect.disable_rc_console = true # run RhoConnect Application run Rhoconnect.app