From 788a7e97157ae848d748761935d6e8fca4302362 Mon Sep 17 00:00:00 2001 From: mhupfauer Date: Thu, 17 Feb 2022 23:06:17 +0100 Subject: [PATCH] Create config-default.json --- contrib/config-default.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contrib/config-default.json diff --git a/contrib/config-default.json b/contrib/config-default.json new file mode 100644 index 0000000..7f1ead7 --- /dev/null +++ b/contrib/config-default.json @@ -0,0 +1,22 @@ +{ + "instance": "YOUR-INSTANCENAME", + "odm_path": "/code", + + "logger": { + "level": "error", + "maxFileSize": 104857600, + "maxFiles": 10, + "logDirectory": "/var/log" + }, + + "port": "3000", + "deamon": false, + "parallelQueueProcessing": 1, + "cleanupTasksAfter": 2880, + "test": false, + "testSkipOrthophotos": false, + "testSkipDems": false, + "token": "CHANGE-THIS-TOKEN-TO-YOUR-OWN-SECRET", + "authorizedIps": [], + "maxImages": "" +}