mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
2d1d5403d8
* update sponsored ressources * remove az devops
37 lines
692 B
JSON
37 lines
692 B
JSON
{
|
|
"aliveStatusCodes": [
|
|
200,
|
|
201,
|
|
202,
|
|
204,
|
|
301,
|
|
302,
|
|
401,
|
|
403,
|
|
429
|
|
],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "http://inventree.localhost"
|
|
},
|
|
{
|
|
"pattern": "http://localhost"
|
|
},
|
|
{
|
|
"pattern": "https://localhost:5173/"
|
|
},
|
|
{
|
|
"pattern": "http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "https://twitter.com/inventreedb"
|
|
},
|
|
{
|
|
"pattern": "https://www.reddit.com/r/InvenTree/"
|
|
},
|
|
{
|
|
"pattern": "https://opensource.org/license/MIT"
|
|
}
|
|
]
|
|
}
|