forked from 52North/SensorWebClient
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sensorwebclient-build-example.properties
52 lines (46 loc) · 2.06 KB
/
sensorwebclient-build-example.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
##
## 1) Customize and copy this file to your ${user.home} directory
## 2) Trigger build with `mvn install -P env-dev -Denv=example'
##
## More generally: `mvn install -P env-dev -Denv=<context>' will filter
## a ${user.home}/sensorwebclient-build-<context>.properties file
ses.eml.resources.url=http://localhost/sensorwebclient-webapp/eml/
ses.client.user.service.url=http://localhost/sensorwebclient-webapp/client/SesUserService
ses.services.url=http://localhost/52n-ses-1.1.0/services
ses.outgoing.notification.consumer.url=http://localhost/SES-WNS-Translator/Translator_Servlet
wns.service.url=http://localhost/52n-wns-2.1.0/wns
mail.username=<WNS_MAIL_USER>
mail.password=<WNS_MAIL_PASSWORD>
mail.smtp.host=<WNS_MAIL_SMTP_HOST>
mail.starttls.enable=true
mail.port=25
mail.authenticate=true
mail.ssl.enable=true
ses.database.user=<SES_DATABASE_USER>
ses.database.password=<SES_DATABASE_PASSWORD>
ses.database.connection=<JDBC_CONNECTION_STRING>
# switch to 'validate' once schema is created
ses.database.hibernate.hbm2ddl.auto = create
application.title=Sensor Web Client
sensorwebclient.webapp.name=${project.artifactId}-${project.version}
config.logger.fileappender.filepath=${catalina.base:-.}/logs/
config.logger.level=WARN
config.logger.level.org.n52=INFO
config.logger.level.client=DEBUG
config.logger.level.server=DEBUG
config.logger.consoleappender.level=DEBUG
config.logger.fileappender.level=INFO
# Period to start to collect the new observations in seconds
feeder.getobservations.update.time = 60000
# Minimum update time for new observations in seconds
feeder.minimal.update.interval.range = 120000
# NoData wildcards as comma separated values
feeder.nodata.values = -999999999
# Start timestamp in seconds before actual time
feeder.latest.considered.timeinterval = 900000
# Take just the youngest new observation an send it to the ses
feeder.only.youngest.observation = true
# URL to the SES and some other configurations for the SES
feeder.ses.default.topic = ses:Measurements
feeder.ses.register.publisher.lifetime = 2999-12-31T23:59:59+00:00