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

Last change on this file since 37137 was 37137, checked in by davidb, 16 months ago

Revision in property name, along with changes after testing the new revproxy.protocol, revproxy.domain properties

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