diff options
Diffstat (limited to 'tests/plugins/rpc/configs')
-rw-r--r-- | tests/plugins/rpc/configs/.rr-rpc-disabled.yaml | 8 | ||||
-rw-r--r-- | tests/plugins/rpc/configs/.rr.yaml | 11 |
2 files changed, 0 insertions, 19 deletions
diff --git a/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml b/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml deleted file mode 100644 index d256aad7..00000000 --- a/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml +++ /dev/null @@ -1,8 +0,0 @@ -logs: - mode: development - level: panic - -endure: - grace_period: 120s - print_graph: false - log_level: panic diff --git a/tests/plugins/rpc/configs/.rr.yaml b/tests/plugins/rpc/configs/.rr.yaml deleted file mode 100644 index d6aaa7c6..00000000 --- a/tests/plugins/rpc/configs/.rr.yaml +++ /dev/null @@ -1,11 +0,0 @@ -rpc: - listen: tcp://127.0.0.1:6001 - -logs: - mode: development - level: panic - -endure: - grace_period: 120s - print_graph: false - log_level: panic |