Sha256: 887b29f951017b59f9d24750c14eb1118a3d939f0c4565c5495fa4101b66e4f2
Contents?: true
Size: 648 Bytes
Versions: 9
Compression:
Stored size: 648 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%>'
Version data entries
9 entries across 9 versions & 1 rubygems