Skip to content

Commit

Permalink
update API configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 13, 2024
1 parent 3ce9df8 commit 6b228c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions wis2-gdc-api/docker/wis2-gdc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ server:
language: en-US
cors: true
pretty_print: true
limit: 10
# templates: /path/to/templates
limit: 100
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: 'Map data &copy; <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
Expand All @@ -20,7 +19,6 @@ server:

logging:
level: ${WIS2_GDC_LOGGING_LEVEL}
#logfile: /tmp/pygeoapi.log

metadata:
identification:
Expand Down Expand Up @@ -49,7 +47,7 @@ metadata:
country: Country
phone: +xx-xxx-xxx-xxxx
fax: +xx-xxx-xxx-xxxx
email: [email protected].org
email: you@example.org
url: https://github.com/wmo-im/wis2-gdc
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
Expand All @@ -60,7 +58,7 @@ resources:
type: collection
title: WIS2 discovery metadata
description: WIS2 discovery metadata
keywords: [wmo, wis2, gdc]
keywords: [wmo, wis2, gdc, wcmp2]
crs:
- CRS84
links:
Expand Down Expand Up @@ -95,6 +93,7 @@ resources:
data: ${WIS2_GDC_BACKEND_CONNECTION}
id_field: id
time_field: updated
title_field: title

pywcmp-wis2-wcmp2-ets:
type: process
Expand Down

0 comments on commit 6b228c4

Please sign in to comment.