Skip to content

Instantly share code, notes, and snippets.

@oceanzus
Last active August 29, 2015 14:02
Show Gist options
  • Save oceanzus/e3f10d80c3f5269b368e to your computer and use it in GitHub Desktop.
Save oceanzus/e3f10d80c3f5269b368e to your computer and use it in GitHub Desktop.
Example EOI pyon.local.yml Settings
Example extern.a3 pyon.local.yml EOI parameter entries:
(Change the password fields as appropriate)
Notice that the geoserver and importer_service 'service' parameters
point to the extern.a3 server while the postres 'service' parameter
remains pointed to the primary COI server.
eoi:
meta:
use_eoi_services: True
debug: True
lat_field: lat
lon_field: lon
geoserver:
server: http://extern.a3.oceanobservatories.org:8080
geoserver_ooi_store: ooi
geoserver_ooi_workspace: geonode
user_name: admin
password: ****
layer_prefix: ooi_
layer_suffix: _ooi
postgres:
host: localhost
user_name: ooi
password: ****
database: postgres
port: 5432
table_prefix: _
table_suffix: _view
session_startup_ln1: select runCovTest();
session_startup_ln2: select 1 from covtest limit 1;
importer_service:
server: http://extern.a3.oceanobservatories.org
port: 8844
add_layer: addlayer
remove_layer: removelayer
reset_store: resetstore
fdw:
server: cov_srv
create_fdw:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment