mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
14 lines
232 B
JSON
14 lines
232 B
JSON
|
{
|
||
|
"ignorePatterns": [
|
||
|
{
|
||
|
"pattern": "http://inventree.localhost"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "http://localhost"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "http://127.0.0.1"
|
||
|
}
|
||
|
]
|
||
|
}
|