fix: make config compatible with core, update database version

This commit is contained in:
Wieland Schöbl
2019-02-27 13:27:33 +01:00
committed by Rainer Killinger
parent 827827905b
commit f11376ecf8
3 changed files with 3 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ const config: Partial<SCConfigFile> = {
SCThingType.Floor,
],
maxMultiSearchRouteQueries: 5,
maxRequestBodySize: 512 * 1024,
name: 'Technische Universität Berlin',
namespace: '909a8cbc-8520-456c-b474-ef1525f14209',
sortableFields: [

View File

@@ -17,7 +17,7 @@ const config: ElasticsearchConfigFile = {
internal: {
database: {
name: 'elasticsearch',
version: '5.5',
version: '5.6',
},
},
};

2
package-lock.json generated
View File

@@ -1257,7 +1257,7 @@
"dependencies": {
"chalk": {
"version": "1.1.3",
"resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"requires": {
"ansi-styles": "^2.2.1",