Merge pull request #16900 from jarda-wien/main

Remove experimental flag for metrics-addr as it is not required
This commit is contained in:
Chris Chinchilla
2023-03-20 15:55:22 +01:00
committed by GitHub

View File

@@ -42,12 +42,11 @@ If the file is currently empty, paste the following:
```json
{
"metrics-addr" : "127.0.0.1:9323",
"experimental" : true
"metrics-addr" : "127.0.0.1:9323"
}
```
If the file is not empty, add those two keys, making sure that the resulting
If the file is not empty, add the new key, making sure that the resulting
file is valid JSON. Be careful that every line ends with a comma (`,`) except
for the last line.