Commit Graph

4 Commits

Author SHA1 Message Date
beforetech de3c018a18 chore: fix some comments
Signed-off-by: beforetech <mail@before.tech>
2024-08-05 13:23:29 +02:00
Kevin Goslar d768cf6580
docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
aeneasr 223c8bc2b1 refactor: rename `access_log` to `request_log`
BREAKING CHANGE: Configuration keys have changed:

```patch
serve: {
  public: {
-    access_log: {
+    request_log: {
      disable_for_health: true
    },
  },
  admin: {
-    access_log: {
+    request_log: {
      disable_for_health: true
    },
  }
}
```
2022-09-07 08:10:31 +02:00
Kim Neunert e2bc12701d
docs: gitlab hydra integration (#2014) 2020-09-05 17:36:14 +03:00