Sha256: 792e6c906c596c9490b70bf3c3d26d18dade102dd856244e1fe7c550801119ad
Contents?: true
Size: 579 Bytes
Versions: 23
Compression:
Stored size: 579 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 # run RhoConnect Application run Rhoconnect.app
Version data entries
23 entries across 23 versions & 1 rubygems