summaryrefslogtreecommitdiff
path: root/tests/plugins/config/.rr.yaml
blob: 732a1366e61ba98fc1483c08414b455360351761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
reload:
  enabled: true
  interval: 1s
  patterns: [".php"]
  services:
    http:
      recursive: true
      ignore: ["vendor"]
      patterns: [".php", ".go",".md",]
      dirs:     ["."]
    jobs:
      recursive: false
      ignore:   ["service/metrics"]
      dirs:     ["./jobs"]
    rpc:
      recursive: true
      patterns: [".json"]
      dirs:     [""]