Navigation Menu

Skip to content

Commit

Permalink
Spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jun 25, 2018
1 parent bf210e5 commit a479b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config-default.json
Expand Up @@ -15,6 +15,6 @@
"cleanupTasksAfter": 3,
"test": false,
"testSkipOrthophotos": false,
"testSkipDems": false,
"token": ""
"testSkipDems": false,
"token": ""
}
6 changes: 3 additions & 3 deletions config.js
Expand Up @@ -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)
Expand All @@ -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
`);
Expand Down

0 comments on commit a479b5d

Please sign in to comment.