forked from georchestra/georchestra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shared.maven.filters
82 lines (61 loc) · 2.61 KB
/
shared.maven.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# shared values like public url can be put here
shared.instance.name=geOrchestra
shared.url.scheme=http
[email protected]@://@shared.server.name@/
shared.server.port=80
shared.header.height=90
shared.language=en
shared.geonetwork.language=eng
shared.ldap.host=localhost
shared.ldap.port=636
shared.ldapUrl=ldaps://@shared.ldap.host@:@shared.ldap.port@
shared.ldap.userSearchBaseDN=ou=users
shared.ldap.uid=uid
shared.ldap.groupSearchBaseDN=ou=groups
shared.ldap.admin.dn=cn=admin,@shared.ldap.baseDn@
shared.ldap.groupSearchFilter=(member=uid={1},@shared.ldap.userSearchBaseDN@,@shared.ldap.baseDn@)
shared.ldap.ldapPendingGroupName=PENDING_USERS
shared.ldap.groupRoleAttribute=cn
shared.psql.host=localhost
shared.psql.port=5432
shared.psql.user=www-data
shared.psql.pass=www-data
# Configure GeoNetwork db connection to use Postgresql or PostGIS
# Enable PostGIS using the following (Install PostGIS first)
#shared.psql.jdbc.driver=org.postgis.DriverWrapper
#shared.psql.jdbc.driver.url=postgresql_postGIS
# Postgresql configuration
shared.psql.jdbc.driver=org.postgresql.Driver
shared.psql.jdbc.driver.url=postgresql
shared.log.dir=/var/log/tomcat8
shared.default.log.level=WARN
other.framework.log.level=WARN
shared.smtp.host=localhost
shared.smtp.port=25
shared.email.html=false
shared.email.replyTo=psc\@georchestra.org
shared.email.from=psc\@georchestra.org
shared.administrator.email=psc\@georchestra.org
shared.ogc.statistics.activated=false
shared.ogc.statistics.db=georchestra
shared.ogc.statistics.jdbcurl=jdbc:postgresql://@shared.psql.host@:@shared.psql.port@/@shared.ogc.statistics.db@
shared.download_form.activated=false
shared.download_form.db=georchestra
shared.download_form.jdbcurl=jdbc:postgresql://@shared.psql.host@:@shared.psql.port@/@shared.download_form.db@
shared.download_form.pdfurl=
shared.ldapadmin.contextpath=/ldapadmin
shared.ldapadmin.db=georchestra
shared.ldapadmin.jdbcurl=jdbc:postgresql://@shared.psql.host@:@shared.psql.port@/@shared.ldapadmin.db@
shared.mapfishapp.db=georchestra
shared.mapfishapp.jdbcurl=jdbc:postgresql://@shared.psql.host@:@shared.psql.port@/@shared.mapfishapp.db@
shared.geonetwork.db=georchestra
shared.geofence.db=georchestra
# --------------------------------------------------
# HEALTH CHECK properties
# --------------------------------------------------
# If the HEALTH CHECK feature is activated, the security proxy
# monitors db connections and reports when a limit is reached.
shared.checkhealth.activated=false
shared.checkhealth.max_db_connections=170