From 82c1c48f39433d334ef332a8c49351156b841bf7 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 23 Feb 2020 16:34:45 +0300 Subject: - sample config --- .rr.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.rr.yaml') diff --git a/.rr.yaml b/.rr.yaml index 5792b881..daf1a4f1 100644 --- a/.rr.yaml +++ b/.rr.yaml @@ -159,4 +159,20 @@ static: # health service configuration health: # http host to serve health requests. - address: localhost:2113 \ No newline at end of file + address: localhost:2113 + +reload: + # refresh internval (default 1s) + interval: 1s + + # file extensions to watch, defaults to [.php] + patterns: [".php"] + + # list of services to watch + services: + http: + # list of dirs, "" root + dirs: [""] + + # include sub directories + recursive: true \ No newline at end of file -- cgit v1.2.3