summaryrefslogtreecommitdiff
path: root/tests/plugins/config/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-16 09:53:36 +0300
committerGitHub <[email protected]>2021-02-16 09:53:36 +0300
commit69622100a1c95656f977638f75d8cea81afc0d4a (patch)
tree1c7a50645d96bf86a07ec9c0c79c685e3bb3c614 /tests/plugins/config/.rr.yaml
parentf8dd689d3b7c9f953d21775110f7d3182768cfba (diff)
parent96dfa7287a5b8b9c1b40cc3928efb434b54c1e15 (diff)
Merge pull request #544 from spiral/add_support_for_overwrite_flag
feat(config): Add support for the overwriting config values
Diffstat (limited to 'tests/plugins/config/.rr.yaml')
-rwxr-xr-xtests/plugins/config/.rr.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/plugins/config/.rr.yaml b/tests/plugins/config/.rr.yaml
index a6e80921..f449dcf3 100755
--- a/tests/plugins/config/.rr.yaml
+++ b/tests/plugins/config/.rr.yaml
@@ -1,6 +1,10 @@
rpc:
listen: tcp://localhost:6060
+logs:
+ mode: development
+ level: error
+
reload:
interval: 1s
patterns: [".php"]