kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Create config-default.json
rodzic
1e67a15a76
commit
788a7e9715
|
@ -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": ""
|
||||
}
|
Ładowanie…
Reference in New Issue