Add timeout parameter to the example (#80921)

Adding the http timeout parameter to the example to know where  is needed in the yaml configuration.
This commit is contained in:
ausias-armesto
2024-01-30 23:01:25 +02:00
committed by GitHub
parent f330d50b2a
commit 5c0d7749eb
+1
View File
@@ -60,6 +60,7 @@ datasources:
access: proxy
url: http://localhost:3100
jsonData:
timeout: 60
maxLines: 1000
```