Added IGNORE_PATTERN to the settings file.
This commit is contained in:
parent
cc84649977
commit
5d8082ee40
1 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@
|
||||||
"CREDENTIALS": null,
|
"CREDENTIALS": null,
|
||||||
"ALLOWED_NETWORKS": [],
|
"ALLOWED_NETWORKS": [],
|
||||||
"BANNED_IPS": [],
|
"BANNED_IPS": [],
|
||||||
"BANLIMIT": 0
|
"BANLIMIT": 0,
|
||||||
|
"IGNORE_PATTERN": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue