kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Spaces to tabs
rodzic
bf210e5f11
commit
a479b5de19
|
@ -15,6 +15,6 @@
|
|||
"cleanupTasksAfter": 3,
|
||||
"test": false,
|
||||
"testSkipOrthophotos": false,
|
||||
"testSkipDems": false,
|
||||
"token": ""
|
||||
"testSkipDems": false,
|
||||
"token": ""
|
||||
}
|
|
@ -26,7 +26,7 @@ if (argv.help){
|
|||
Usage: node index.js [options]
|
||||
|
||||
Options:
|
||||
--config <path> Path to the configuration file (default: config-default.json)
|
||||
--config <path> Path to the configuration file (default: config-default.json)
|
||||
-p, --port <number> Port to bind the server to (default: 3000)
|
||||
--odm_path <path> Path to OpenDroneMap's code (default: /code)
|
||||
--log_level <logLevel> Set log level verbosity (default: info)
|
||||
|
@ -36,8 +36,8 @@ Options:
|
|||
--test Enable test mode. In test mode, no commands are sent to OpenDroneMap. This can be useful during development or testing (default: false)
|
||||
--test_skip_orthophotos If test mode is enabled, skip orthophoto results when generating assets. (default: false)
|
||||
--test_skip_dems If test mode is enabled, skip dems results when generating assets. (default: false)
|
||||
--powercycle When set, the application exits immediately after powering up. Useful for testing launch and compilation issues.
|
||||
--token <token> Sets a token that needs to be passed for every request. This can be used to limit access to the node only to token holders. (default: none)
|
||||
--powercycle When set, the application exits immediately after powering up. Useful for testing launch and compilation issues.
|
||||
--token <token> Sets a token that needs to be passed for every request. This can be used to limit access to the node only to token holders. (default: none)
|
||||
Log Levels:
|
||||
error | debug | info | verbose | debug | silly
|
||||
`);
|
||||
|
|
Ładowanie…
Reference in New Issue