Sha256: f718d6c1061a577e09864811126c0543948df26499c8f26d60f28aef09b2d160

Contents?: true

Size: 714 Bytes

Versions: 4

Compression:

Stored size: 714 Bytes

Contents

# Startup page for your application
start_path = '/app'

# Path to the options page (in this case handled by javascript)
options_path = '/app/Settings'

# Location of bundle url (i.e. from rhohub.com)
rhobundle_zip_url = '<%=zip_url%>'

# Optional password to access bundle (usually not required)
rhobundle_zip_pwd = nil

# Rhodes runtime properties
MinSeverity  = 1
LogToOutput = 1
LogCategories = *
ExcludeLogCategories =
KeepTrackOfLastVisitedPage = 0 
LastVisitedPage = ''

# Sync server url. Typically this will look like 'http://<hostname>:<port>/application'
# For example: 'http://localhost:9292/application'
syncserver = '<%=syncserver%>'

logserver = 'http://rhologs.heroku.com'
logname='<%=@app_name%>'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rhodes-2.0.3 res/generators/templates/application/rhoconfig.txt
rhodes-2.0.2 res/generators/templates/application/rhoconfig.txt
rhodes-2.0.0 res/generators/templates/application/rhoconfig.txt
rhodes-2.0.0.rc2 res/generators/templates/application/rhoconfig.txt