Remove yaml configuration example from GDACS integration (#33733)

This commit is contained in:
Malte Franken 2024-07-15 16:32:54 +10:00 committed by GitHub
parent 2748f48839
commit fb2cd5c94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,16 +83,3 @@ from the feed.
| created | Number of entities that were created during last update (optional). |
| updated | Number of entities that were updated during last update (optional). |
| removed | Number of entities that were removed during last update (optional). |
## Full configuration
```yaml
# Example configuration.yaml entry
gdacs:
categories:
- Drought
- Earthquake
radius: 1000
latitude: -41.2
longitude: 174.7
```