-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbalticweb_public.properties
108 lines (86 loc) · 3.92 KB
/
balticweb_public.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
enav-service.service-registry.mc.endpoint.url=https://sr.maritimecloud.net
# WMS configuration
balticweb.wmsProtected=true
balticweb.wmsLayers=0,44,55
balticweb.wmsLogin=yourid
balticweb.wmsPassword=updateyourpassword
balticweb.wmsProvider=http://any.wmsprovider.org/
balticweb.wmsServiceName=any_wms_service
#Baltic Web AIS pull job
balticweb.vessel.aisjob.enabled=false
balticweb.vessel.aisjob.cron=* * * * * 1999
balticweb.vessel.aisjob.area=53.0|9.5|66.0|33.0
# Configuration for Arctic Web
embryo.liquibase.enabled=true
## Ice Maps via FTP from DMI
embryo.iceChart.dmi.ftp.serverName=ftp.youricemaps.org
embryo.iceChart.dmi.ftp.login=userid
embryo.iceChart.dmi.ftp.password=changepassword
embryo.iceChart.dmi.ftp.baseDirectory=/nameofsubfolder
## Ice Maps
embryo.inshoreIceReport.dmi.cron=* * * * * 1999
embryo.inshoreIceReport.dmi.ftp.serverName=ftp.iceshorereports.org
embryo.inshoreIceReport.dmi.ftp.login=userid
embryo.inshoreIceReport.dmi.ftp.password=password
## MSI configuration
embryo.msi.countries=GL,DK
embryo.vessel.maxspeedjob.enabled=false
embryo.vessel.maxspeedjob.initialExecution=10
embryo.weather.dmi.ftp.cron=* * * * * 1999
embryo.weather.dmi.ftp.serverName=ftpserver.weathermetocs.org
embryo.weather.dmi.ftp.login=userid
embryo.weather.dmi.ftp.password=password
embryo.iceChart.fcoo.ftp.serverName=ftp.icehartprovider.org
embryo.iceChart.fcoo.ftp.login=userid
embryo.iceChart.fcoo.ftp.password=supersecret
embryo.iceChart.fcoo.ftp.baseDirectory=/yoursubfolder/
embryo.tiles.directory=/home/yourfilesystem/MapBox/tiles
embryo.tiles.cron=* * * * * 1999
embryo.tiles.maptiler.executable=/home/yourfilesystem/enav/maptiler-cluster/maptiler
embryo.tiles.mbtiles=false
embryo.tiler.maptiler.defaults=-nodata 0 0 0 -zoom 3 10 -P 6
embryo.tiler.maptiler.daysToKeepLogs=2
embryo.tiles.providers.dmi.ftp.cron=* * 1 * * 1999
embryo.tiles.providers.dmi.ftp.serverName=ftp.satellite-tiles.org
embryo.tiles.providers.dmi.ftp.baseDirectory=/subfolder/satellite
#embryo.tiles.providers.dmi.ftp.daysToKeepFiles=30
embryo.tiles.providers.dmi.ftp.login=userid
embryo.tiles.providers.dmi.ftp.password=passwords
## Emails sent to Arctic Command
embryo.notification.mail.enabled=false
embryo.notification.mail.smtp.host=smtp.example.com
embryo.notification.mail.smtp.password=superpasswords
## VTS reporting
vtsservice.emailaddress.by.vtsshortname.GOFREP-Helsinki=you@example.com
vtsservice.emailaddress.by.vtsshortname.GOFREP-Tallinn=you@example.com
vtsservice.emailaddress.by.vtsshortname.GOFREP-St.Petersburg=you@example.com
## Request Access emails
## AIS information for AisTrack server
embryo.ais.filters.baseArea=53.0|9.5|66.0|33.0
embryo.aistrack.server.url=https://server.aistrack.org
embryo.aistrack.server.user=userid
embryo.aistrack.server.pwd=password
## AIS information for AisStore server
embryo.aisstore.server.url=https://server.aisstore.org
embryo.aistrack.server.user=userid
embryo.aisstore.server.pwd=password
# CouchDB connection
embryo.couchDb.user=default
embryo.couchDb.password=changeit
embryo.couchDb.live.url = http://couch:5984
embryo.couchDb.user.url = http://couch:5984
embryo.couchDb.user.cron=* * * * * 1999
#embryo.couchDb.user.cron=*/5 * * * * *
embryo.couchDb.host=couch
embryo.couchDb.port=5984
embryo.couchDb.vessel.url=http://couch:5984
enav-service.keycloak.service-client.configuration.url=file:////home/yourfilesystem/balticweb/properties/keycloak_services.json
enav-service.keycloak.web-client.configuration.url=file:////home/yourfilesystem/balticweb/properties/keycloak_web.json