refactor: move mappingIgnoredTags into config file

This commit is contained in:
Wieland Schöbl
2019-09-26 11:09:57 +02:00
committed by Rainer Killinger
parent 13938ecf21
commit 4ac6987813
3 changed files with 4 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ const config: Partial<SCConfigFile> = {
SCThingType.Diff,
SCThingType.Floor,
],
mappingIgnoredTags: ['minlength', 'pattern', 'see', 'tjs-format'],
maxMultiSearchRouteQueries: 5,
maxRequestBodySize: 512 * 1024,
name: 'Technische Universität Berlin',