Skip to content

Commit

Permalink
Update .rr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Feb 23, 2020
1 parent ab4faa4 commit 0bc6017
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,21 @@ static:
# health service configuration
health:
# http host to serve health requests.
address: localhost:2113
address: localhost:2113

# reload can reset rr servers when files change
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

0 comments on commit 0bc6017

Please sign in to comment.