JAL-3815 default /etc/jalview_properties under utils/debian
[jalview.git] / utils / debian / etc / jalview_properties
1 # global template for ~/.jalview_properties for debian systems
2
3 # this file is copied into a user's home directory by 
4 # the jalview wrapper script when no .jalview_properties file
5 # exists. 
6 #
7 # changes to this file will not affect the jalview configuration
8 # for existing users (at least not at the time of writing)
9
10 # Configure the automatic display of the Jalview Example Project for new users
11 # default is true
12 # SHOW_STARTUP_FILE=false
13
14 # Location of the file to be loaded in on startup if SHOW_STARTUP_FILE is true
15 # default is https://www.jalview.org/examples/exampleFile_2_7.jvp
16 # STARTUP_FILE=https://www.jalview.org/examples/exampleFile_2_7.jvp
17
18
19 # Disable Jalview's connections to various web services
20 #
21
22 # Connection: https://www.jalview.org/services/identifiers 
23 # uncomment to stop jalview retrieving a list of URL templates for
24 # biological databases originally provided by identifiers.org
25 #
26 # NOIDENTIFIERSSERVICE=true
27
28 # Connection: https://www.jalview.org/feeds/desktop/rss
29 # uncomment to stop Jalview checking the www.jalview.org news feed
30 # NONEWS=true
31
32 # Connection: https://raw.githubusercontent.com/jalview/exporter-templates/master/biojs/package.json
33 # uncomment to disable download of the latest 'BioJS' HTML export template
34 # NOHTMLTEMPLATES=true
35
36 # Uncomment to disable pings to google analytics 
37 # these provide record of launch statistics for the Jalview project
38 #
39 # default is to prompt user on launch. 
40 # Allowed values are 'true', 'false' or undefined
41 # USAGESTATS=false
42
43 # Uncomment to disable jalview's retrieval of https://www.jalview.org/cgi-bin/questionnaire.pl
44 # this service is used to make Jalview users aware 
45 # of any community questionnaires currently active on www.jalview.org 
46 # Allowed values are true/false. Default is true.
47 # NOQUESTIONNAIRES=true
48
49 # Uncomment to disable jalview's retrieval of https://www.jalview.org/webstart/jalview.jnlp
50 # this document contains the version number of the latest release
51 # and used to notify the user if they should consider upgrading their installation.
52 # Allowed values are true/false. Default is true.
53 # VERSION_CHECK=false
54
55 # Uncomment to prevent jalview automatically contacting
56 # https://www.compbio.dundee.ac.uk/jabaws/ to discover web services
57 # When disabled, users can still initiate service discovery via a button 
58 # in the 'Web Services' menu.
59 # Allowed values are true or false. Default is true.
60 # SHOW_JWS2_SERVICES=false