# 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 = '' # 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://:/application' # For example: 'http://localhost:9292/application' syncserver = '' # To disable auto sync, uncomment the following line. # sync_poll_interval=0 logserver = 'http://rhologs.heroku.com' logname='wptest' # Hides forward button and animates back button transition jqtouch_mode=1