Skip to content

Commit 0bd2f23

Browse files
authored
Update README.md
1 parent 01b9ee4 commit 0bd2f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ to ` config/packages/artgris_maintenance.yaml` :
1616

1717
```yml
1818
artgris_maintenance:
19-
enable: true # Enable|Disable maintenance
20-
ips: ["127.0.0.1","::1",...] # IPs allow (prod)
21-
response: 503 # Maintenance Page HTTP Status Code
19+
enable: true # Enable|Disable maintenance - default: false
20+
ips: ["127.0.0.1","::1",...] # IPs allow (prod) - default: []
21+
response: 503 # Maintenance Page HTTP Status Code - default: 503
2222
```
2323
2424
### 3) Override maintenance.html.twig (optional)

0 commit comments

Comments
 (0)