diff options
author | Valery Piashchynski <[email protected]> | 2024-11-22 23:40:10 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-22 23:40:10 +0100 |
commit | dfb71afb844365a1fc0c819235f64a2417606a33 (patch) | |
tree | 9df5c495a93c60d1d0f7053e0448b7e7d7d06b64 /internal/rpc/test/include1/.rr-include.yaml | |
parent | bd93d5c005b48a086646145827e302e2fd5d5872 (diff) | |
parent | 642e83ef2771ef6b99571626ecc188c9e41aeeb7 (diff) |
[#2063]: fix: properly parse includes outside the Configuration plugin
Diffstat (limited to 'internal/rpc/test/include1/.rr-include.yaml')
-rw-r--r-- | internal/rpc/test/include1/.rr-include.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/rpc/test/include1/.rr-include.yaml b/internal/rpc/test/include1/.rr-include.yaml new file mode 100644 index 00000000..a145a947 --- /dev/null +++ b/internal/rpc/test/include1/.rr-include.yaml @@ -0,0 +1,5 @@ +version: "3" + +rpc: + listen: tcp://127.0.0.1:6010 + |