You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,14 @@ color = "#ff5f5f"
51
51
52
52
[[olli.tokens]]
53
53
token = "INFO"
54
+
case_sensitive = true
54
55
# When no color is provided it falls back to blurple.
55
56
```
56
57
57
58
Tokens accept a `token` and `color` key, the first one is required. `token` represents the phrase that should be searched for and `color` is a hex color (**with** hashtag) that will be used for the generated embeds.
58
59
60
+
Tokens also accept a `case_sensitive` key which defaults to `false`. If you want to match the case as written in the `token` field set `case_sensitive` to `true` in the token config.
61
+
59
62
## `loki`
60
63
61
64
`api_url`: The base URL of your Loki instance, for example `"http://localhost:3100/"`.
0 commit comments