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

Last change on this file since 32337 was 32337, checked in by ak19, 6 years ago

Changing tomcat port variable names so they'll be easier to work with later: it's now tomcat.port.http(s) instead of tomcat.http(s).port.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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]@
21[email protected]@
22[email protected]@
23[email protected]@
24derby.server=@derbyserver@
25
26## Proxy setup - set these if you are behind a firewall and you want services that access the internet
27# The proxy server name
28proxy.host=
29# The proxy server port
30proxy.port=
31# A user name to use when talking to the proxy server
32proxy.user=
33# A password to use when talking to the proxy server
34proxy.password=
35
36#outgoing mail setup.
37# by default it will use port 25 on localhost. Uncomment and modify
38# these settings to use another mail server
39# sample values are for gmail setup
40# Note for gmail, you will need to enable account access for less secure apps
41# for this to work. https://www.google.com/settings/security/lesssecureapps
42#mail.smtp.host=smtp.gmail.com
43#[email protected]
44#mail.smtp.password=xxxpassword
45# port number, eg for gmail: 465 (ssl) 587 (tls)
46#mail.smtp.port=587
47#[email protected]
48# set the following to ssl or tls
49#mail.security=tls
50
51# flax auxiliary external server url for collocation retrieval
52flax.aux.server=flax.nzdl.org/greenstone3/flax
53wikipedia.server=http://wdm.cs.waikato.ac.nz:8080/services/
54wikipedia.url=http://en.wikipedia.org/wiki/
Note: See TracBrowser for help on using the repository browser.