Sha256: baf037687548310e2dca14db839a38662cb771c9cd8367d5453220fc28caf5d1

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

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

Rhoconnect::Server.set     :secret, '096a8a4212b18d2b281d377f2c350421898a21fec78ac1baf5482c68ee41b30dcc46309cc2fb51ccc37f24789eeaed673a291efdfd0ec42df9f62351e71806f8'

# !!! 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'

# 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/blobapp/config.ru
rhoconnect-3.4.4 bench/blobapp/config.ru
rhoconnect-3.4.3 bench/blobapp/config.ru
rhoconnect-3.4.2 bench/blobapp/config.ru