-
Notifications
You must be signed in to change notification settings - Fork 0
/
rhoconfig.txt
34 lines (25 loc) · 854 Bytes
/
rhoconfig.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Startup page for your application
start_path = '/app/Login'
# 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 = 0
LogToOutput = 1
LogCategories = *
ExcludeLogCategories =
KeepTrackOfLastVisitedPage = 0
LastVisitedPage = ''
net_trace = 1
# Sync server url. Typically this will look like 'http://<hostname>:<port>/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='shout'
# Hides forward button and animates back button transition
jqtouch_mode=1