diff options
author | Valery Piashchynski <[email protected]> | 2023-04-05 16:12:00 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-04-05 16:12:29 +0200 |
commit | 68fee34333532fb64da453e165e0bb2b687e4051 (patch) | |
tree | 5c78369aca177ac7dd078bfc2b852223c149bcb7 /.rr.yaml | |
parent | aa4468ff818c7da724e8d7e73f263928c52f5420 (diff) |
feat: update .rr.yaml
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -629,19 +629,6 @@ http: "fc00::/7", "fe80::/10", ] - - # [SINCE 2.6] New Relic middleware - new_relic: - # Application name. - # - # Error if empty. NEW_RELIC_APP_NAME env variable should be set if the app_name key is empty. If both empty - error. - app_name: "app" - - # Licence key - # - # Error if empty. NEW_RELIC_LICENSE_KEY env variable should be set if the license_key key is empty. If both empty - error. - license_key: "key" - # RFC 7234 RR Cache middleware # # Link: https://github.com/darkweak/souin |