Sha256: 3d3d6261aa07069d53714fba7d60af28f795341127f738a4d12776c2494ff82c
Contents?: true
Size: 735 Bytes
Versions: 136
Compression:
Stored size: 735 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 = 'http://brian.rhohub.com/apps/933/bundle/f39d1d47-07ea-46c9-a22a-5f227e792f3e' # Optional password to access bundle (usually not required) rhobundle_zip_pwd = nil # Rhodes runtime properties MinSeverity = 0 LogToOutput = 1 LogCategories = * ExcludeLogCategories = KeepTrackOfLastVisitedPage = 0 LastVisitedPage = '' # Sync server url. This must be the full path to your sources. For example: http://rhomobile.rhohub.com/apps/SugarCRM/sources/ syncserver = 'http://brian.rhohub.com/apps/Iphone_App/sources/'
Version data entries
136 entries across 136 versions & 2 rubygems