33 lines
763 B
YAML
33 lines
763 B
YAML
listen_addresses: "0.0.0.0:3000"
|
|
cache_size_mb: 256
|
|
|
|
postgres:
|
|
connection_string: "postgres://seacompass:seacompass@postgres:5432/seacompass"
|
|
auto_publish: false
|
|
tables:
|
|
marine_features_mvt:
|
|
schema: public
|
|
table: marine_features_mvt
|
|
srid: 4326
|
|
geometry_column: geom
|
|
geometry_type: GEOMETRY
|
|
properties:
|
|
id: int8
|
|
layer: text
|
|
source: text
|
|
name: text
|
|
properties: jsonb
|
|
marine_fairway_edges:
|
|
schema: public
|
|
table: marine_fairway_edges
|
|
srid: 4326
|
|
geometry_column: geom
|
|
geometry_type: LINESTRING
|
|
properties:
|
|
id: int8
|
|
source: text
|
|
source_id: text
|
|
name: text
|
|
min_depth_m: numeric
|
|
properties: jsonb
|