Skip to content

Commit

Permalink
chore: update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Feb 6, 2024
1 parent c8233d4 commit 2cf31e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scytale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

# wrpValidators defines the wrp validators used to validate incoming wrp messages.
# (Optional)
# Available validator types: always_invalid, always_valid, utf8, msg_type, source, destination, simple_res_req, simple_event, spans
# Available validator levels: info, warning, error
# Validators can be disabled with `disable: true`, it is false by default
wrpValidators:
- type: utf8
level: warning
Expand Down

0 comments on commit 2cf31e0

Please sign in to comment.