-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-sample.properties
72 lines (67 loc) · 2.87 KB
/
build-sample.properties
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
#####################################################################
# Copyright (C) 2009 by 52 North Initiative for Geospatial Open Source Software
# GmbH
#
# Contact: Andreas Wytzisk 52 North Initiative for Geospatial Open Source
# Software GmbH Martin-Luther-King-Weg 24 48155 Muenster, Germany
#
# This program is free software; you can redistribute and/or modify it under
# the terms of the GNU General Public License version 2 as published by the
# Free Software Foundation.
#
# This program is distributed WITHOUT ANY WARRANTY; even without the implied
# WARRANTY OF MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program (see gnu-gpl v2.txt). If not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA or
# visit the Free Software Foundation web page, http://www.fsf.org.
#
# Author: Oliver Meyer
# Created: 15.07.2009/11:35:17
#####################################################################
#### Developement Filter File
####
#### For enabling filtering with properties file please use the "-Denv=dev" profile
#### to replace the properties defined in the pom.xml.
####
#### Sample usage:
#### mvn install -Denv=dev -Dlocal.configfile=%pathtoprojectroot%/build-sample.properties
####
#######################################################
#### Logger configuration
conf.sos.logdir=${catalina.home}/logs/${project.artifactId}.log
conf.sos.loglevel=INFO
#### Capabilities configuration
conf.sos.capabilities.provider.name=52North
conf.sos.capabilities.provider.site=http://52north.org
conf.sos.capabilities.provider.individual.name=TBA
conf.sos.capabilities.provider.position.name=TBA
conf.sos.capabilities.provider.phone=+49(0)251/7474-520
conf.sos.capabilities.provider.address=Martin-Luther-King-Weg 24
conf.sos.capabilities.provider.city=Muenster
conf.sos.capabilities.provider.zip=48155
conf.sos.capabilities.provider.state=North Rhine-Westphalia
conf.sos.capabilities.provider.country=Germany
#### Database configuration
conf.sos.ds.daofactory=org.n52.sos.ds.pgsql.PGSQLDAOFactory
conf.sos.ds.driver=org.postgresql.Driver
conf.sos.ds.connectionstring=jdbc:postgresql://localhost:5432/SosDatabase
conf.sos.ds.user=db_user
conf.sos.ds.password=db_password
conf.sos.ds.initcon=10
conf.sos.ds.maxcon=50
#### Sos settings
conf.sos.name=52nSOSv3
conf.sos.service.url=http://localhost:8080/${conf.sos.name}
conf.sos.target.path=c:/52n/52nSOSv3
conf.sos.mobileEnabled=true
conf.sos.supportsQuality=false
conf.sos.eastingFirst=true
conf.sos.result.tokenseperator=,
conf.sos.result.tupleseperator=;
conf.sos.result.decimalSeparator=.
conf.sos.result.nodatavalue=noData