Skip to content
Snippets Groups Projects
Commit 08af508b authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Add priority 0 to mock datasource

parent b520b03e
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ datasources: ...@@ -48,6 +48,7 @@ datasources:
name: "Mock Weather Data Source" name: "Mock Weather Data Source"
description: "Placeholder datasource providing same data for all locations and periods" description: "Placeholder datasource providing same data for all locations and periods"
public_URL: https://test.madiphs.org/mwds/ public_URL: https://test.madiphs.org/mwds/
priority: 0 # From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
organization: organization:
name: NIBIO name: NIBIO
country: Norway country: Norway
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment