Sha256: f05c9f9b316ff2f4fbaea4039260848657c34f82454e598942d23978fd7afa9f

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

#!/usr/bin/env ruby
require 'rhoconnect/application/init'

Rhoconnect::Server.set     :secret,      'cf8e8a1d3653fcfb2332d8b1af9f6762c3c45ea12144bb5f15cd5618cc8e453b45a02dd304bdd791489dcd1ae35b807e4b4f4e6f7faedb551e76996c0f3c11c6'

# !!! Add your custom initializers and overrides here !!!
# For example, uncomment the following line to enable Stats
#Rhoconnect::Server.enable  :stats
Rhoconnect::Server.disable :logging

# Load RhoConnect application
require './application'

# Setup the url map
# run RhoConnect Application
run Rhoconnect.app

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rhoconnect-3.4.5 bench/benchapp/config.ru
rhoconnect-3.4.4 bench/benchapp/config.ru
rhoconnect-3.4.3 bench/benchapp/config.ru
rhoconnect-3.4.2 bench/benchapp/config.ru