Sha256: 8a66136044852b4b2f8c12e4401f99590c2fa03ba86304d82639491281701068
Contents?: true
Size: 633 Bytes
Versions: 4
Compression:
Stored size: 633 Bytes
Contents
#!/usr/bin/env ruby require 'rhoconnect/application/init' # secret is generated along with the app Rhoconnect::Server.set :secret, '<%= @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 # Load RhoConnect application require './application' # run RhoConnect Application run Rhoconnect.app
Version data entries
4 entries across 4 versions & 1 rubygems