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

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

renaming resources .in files to .svn as this better matches the purpose - they are unedited files for versioning, so we don't accidentally commit personal modified ones. From these we will now generate .in versions duing ant prepare (previously had no suffix). The .in versions in resources are used to generate the run time versions.

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