source: main/trunk/greenstone3/resources/web/global.properties.svn@ 32311

Last change on this file since 32311 was 32311, checked in by kjdon, 6 years ago

some comment updates

  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1## Don't edit version in web/WEB-INF/classes, edit .in version in resources/web
2
3## greenstone home
4#If you want to specify the gsdl3.home manually then uncomment this line
5#in resources/java/global.properties.in, not global.properties since
6#the latter is repeatedly re-generated from global.properties.in
7#gsdl3.home=@gsdl3home@
8#gsdl3.writablehome=@gsdl3writablehome@
9gsdl3.version=@gsdl3version@
10
11[email protected]@
12
13# for collection building
14perl.path=@perlpath@
15
16# tomcat info
17[email protected]@
18[email protected]@
19[email protected]@
20[email protected]@
21derby.server=@derbyserver@
22
23## Proxy setup - set these if you are behind a firewall and you want services that access the internet
24# The proxy server name
25proxy.host=
26# The proxy server port
27proxy.port=
28# A user name to use when talking to the proxy server
29proxy.user=
30# A password to use when talking to the proxy server
31proxy.password=
32
33#outgoing mail setup.
34# by default it will use port 25 on localhost. Uncomment and modify
35# these settings to use another mail server
36# sample values are for gmail setup
37# Note for gmail, you will need to enable account access for less secure apps
38# for this to work. https://www.google.com/settings/security/lesssecureapps
39#mail.smtp.host=smtp.gmail.com
40#[email protected]
41#mail.smtp.password=xxxpassword
42# port number, eg for gmail: 465 (ssl) 587 (tls)
43#mail.smtp.port=587
44#[email protected]
45# set the following to ssl or tls
46#mail.security=tls
47
48# flax auxiliary external server url for collocation retrieval
49flax.aux.server=flax.nzdl.org/greenstone3/flax
50wikipedia.server=http://wdm.cs.waikato.ac.nz:8080/services/
51wikipedia.url=http://en.wikipedia.org/wiki/
Note: See TracBrowser for help on using the repository browser.