Seems to be a toml parse bug around triple pounds
This commit is contained in:
@@ -24,10 +24,10 @@ type Datadog struct {
|
||||
}
|
||||
|
||||
var sampleConfig = `
|
||||
### Datadog API key
|
||||
## Datadog API key
|
||||
apikey = "my-secret-key" # required.
|
||||
|
||||
### Connection timeout.
|
||||
## Connection timeout.
|
||||
# timeout = "5s"
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user