From 8384685abc9a773803234f143e95f70f16ad1e4f Mon Sep 17 00:00:00 2001 From: Silvan Heller Date: Thu, 2 Sep 2021 08:41:35 +0200 Subject: [PATCH] config for new vrem version --- mixnhack19.json | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/mixnhack19.json b/mixnhack19.json index ea820d8..5e865ba 100644 --- a/mixnhack19.json +++ b/mixnhack19.json @@ -1,17 +1,21 @@ { - "database" : { - "host" : "127.0.0.1", - "port" : 27017, - "database" : "vrem" - }, - "server" : { - "documentRoot" : "data", - "port" : 4545 - }, - "cineast": { - "host": "127.0.0.1", - "port": 4567, - "objectPath": "/objects", - "queryTimeoutSeconds": 60 - } + "database": { + "host": "127.0.0.1", + "port": 27017, + "database": "vrem" + }, + "server": { + "documentRoot": "data", + "httpPort": 4544, + "httpsPort": 4545, + "enableSsl": true, + "keystorePath": "keystore.jks", + "keystorePassword": "password" + }, + "cineast": { + "host": "127.0.0.1", + "port": 4567, + "objectPath": "/objects", + "queryTimeoutSeconds": 60 + } }