forked from rhomobile/store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rhoconfig.txt
44 lines (33 loc) · 1.14 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
# 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 =
MaxLogFileSize=0
KeepTrackOfLastVisitedPage = 0
LastVisitedPage = ''
# Sync server url. Typically this will look like 'http://<hostname>:<port>/application'
# For example: 'http://localhost:9292/application'
#syncserver = 'http://localhost:9292/application'
syncserver = 'http://rhodes-store-server.heroku.com/application'
#syncserver = 'http://174.129.23.128/application'
sync_poll_interval=0
#syncserver = 'http://store-bulk.rhohub.com/application'
#bulksync_state=0
logserver = 'http://rhologs.heroku.com?id=1234'
logname='store'
jqtouch_mode=1
push_options = 'mds;push_service'
push_service_url = 'https://pushapi.eval.blackberry.com/'
push_service_port = 20558
push_service_appname = 'RhoTest'
push_service_type = 'BPAS'
use_bb_full_browser=6