-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextern.yml
62 lines (62 loc) · 1.71 KB
/
extern.yml
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
# EOI tree format
eoi:
meta:
use_eoi_services: True
debug: True
lat_field: lat
lon_field: lon
#geoserver serving OWS/W*S services and geo layers
geoserver:
server: http://localhost:8080
geoserver_ooi_store: ooi
geoserver_ooi_workspace: geonode
user_name: admin
password:
layer_prefix: ooi_
layer_suffix: _ooi
#postgres DB storing the FDT
postgres:
host: localhost
user_name: postgres
password:
database: postgres
port: 5432
table_prefix: _
table_suffix: _view
session_startup_ln1: select runCovTest();
session_startup_ln2:
#importer service for geoserver
importer_service:
server: http://localhost
port: 8844
add_layer: addlayer
remove_layer: removelayer
reset_store: resetstore
#resyc service for GeoNetwork
resync_service:
server: http://localhost
port: 8848
sgs_url: http://localhost:5000/ion-service
harvester_list: ["neptune", "ioos"]
#neptune sos handler service
neptune_sos_handler:
server: http://localhost
port: 8846
#coverageFDWSever
fdw:
server: cov_srv
create_fdw:
#geonetwork connection settings
geonetwork:
base_url: http://localhost:8080/geonetwork/srv/eng/
icon: OOI_LogoBlack.png
user_name: admin
password:
options_every: '0 0 0 ? * *'
options_onerunonly: false
options_status: inactive
database_server: localhost
database_port: 5432
database_user: postgres
database_password:
database_name: geonetwork