Sha256: 69868a6d507d858a513e1ed26697a0649e8539ff99fe202fc64ac193182007dd
Contents?: true
Size: 577 Bytes
Versions: 42
Compression:
Stored size: 577 Bytes
Contents
#!/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
Version data entries
42 entries across 23 versions & 1 rubygems