feat: move EXTERNAL_REQUEST_TIMEOUT to config file

This commit is contained in:
Wieland Schöbl
2019-08-13 11:40:29 +02:00
committed by Rainer Killinger
parent 8eab6b8531
commit 5d6d4b53f0
4 changed files with 11 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ const config: Partial<SCConfigFile> = {
},
backend: {
SCVersion: '1.0.0',
externalRequestTimeout: 5000,
hiddenTypes: [
SCThingType.DateSeries,
SCThingType.Diff,