-
Notifications
You must be signed in to change notification settings - Fork 1
/
rhoconfig.txt
88 lines (62 loc) · 2.79 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# 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); used by desktop win32 simulator
rhobundle_zip_url = ''
# optional password to access bundle (usually not required); used by desktop win32 simulator
rhobundle_zip_pwd = nil
# Rhodes log properties
# log level
# 0-trace, 1-info(app level), 3-warnings, 4-errors
# for production set to 3
MinSeverity = 3
# enable copy log messages to standard output, useful for debugging
LogToOutput = 0
# '*' means all categories, otherwise list them : Cat1, Cat2
LogCategories = *
# what categories to exclude
ExcludeLogCategories =
# max log file size in Bytes, set 0 to unlimited size; when limit is reached, log wraps to beginning of file
MaxLogFileSize=500
# turn on local http server traces, off by default
net_trace = 0
# timeout of network requests in seconds (30 by default)
net_timeout = 15000
# where log will be posted by RhoConf.send_log or from the log menu
# source is also open and up on http://github.com/rhomobile/rhologs, so you can deploy your own logserver
logserver = 'http://rhologs.heroku.com'
# log file prefix - contain human-readable text
logname='NewMap'
# Keep track of the last visited page
KeepTrackOfLastVisitedPage = 0
LastVisitedPage = ''
# sync server url, typically this will look like 'http://<hostname>:<port>/application'
# for example: 'http://localhost:9292/application'
syncserver = ''
gps_ping_timeout_sec = 30
# geo location inactivity timeout (in seconds)
geo_location_inactivity_timeout = 300
# open rhodes app in full screen mode
# default 1 for Android up to Rhodes 2.2.5.
# on all other platforms and on Android from Rhodes >2.2.5 default 0
#full_screen = 1
# disable the Android page loading progress bar
disable_loading_indication = 0
# Port of the local (embedded) HTTP server. This parameter is mainly for debug purposes.
# If not specified, application will use dynamically selected one.
# WARNING!!! Remove this parameter before put application to production.
#local_server_port = 8080
# show status bar on windows mobile. default 1
#wm_show_statusbar = 1
# disable screen rotation (enabled by default) - disable possible for ANDROID and iPhone ONLY
disable_screen_rotation = 1
# disable close app when pressing back on home screen on blackberry
#bb_disable_closebyback = 0
# load images in background, this improve reaction speed on user actions, 0 by default
#bb_loadimages_async = 0
# set to 0 to reset the bulksync_state and trigger a bulk sync the next time rhodes synchronizes
#bulksync_state = 1
# hides forward button and animates back button transition
jqtouch_mode=1
splash_screen='zoom'