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

Last change on this file since 36879 was 36879, checked in by anupama, 18 months ago

GS3 shouldn't allow system commands to go through unless it's either from the same PC (IP) as the GS3 server machine (so cmdline building and activate.pl work), or the user is administrator, or the system command is a collection-level command and the user has permissions for this or all collections. If not the case, the user will be asked to login.

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