Sha256: 03b86c10bafd1d832f42f6cc8a4e4c650af2b1108b11e2a7de00f9c2225d3b09
Contents?: true
Size: 570 Bytes
Versions: 27
Compression:
Stored size: 570 Bytes
Contents
#!/usr/bin/env ruby require 'rhoconnect/application/init' # secret is generated along with the app Rhoconnect::Server.set :secret, '3ddaa72a36466bae3fc5e54c09324db50cfc30588d8dee1a2700e61195bdbbb5eeb65da2a184d274ce644b20b0e986046c2447730c85555ce18a4eb2fce7ebf5' # !!! Add your custom initializers and overrides here !!! # For example, uncomment the following line to enable Stats Rhoconnect::Server.enable :stats # Load RhoConnect application require './application' require './my_server' # Setup the url map # run RhoConnect Application run Rhoconnect.app
Version data entries
27 entries across 27 versions & 1 rubygems