Fixed minor typo
on line 75, Disable was misspelled.
This commit is contained in:
parent
62355a69ab
commit
22abc77c4c
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne
|
||||||
### Other
|
### Other
|
||||||
| Setting | Format | Default value | Sample Values | Description |
|
| Setting | Format | Default value | Sample Values | Description |
|
||||||
|--------------------|---------|---------------|--------------------------------|---------------------------------------------------------------------------------------------------------------|
|
|--------------------|---------|---------------|--------------------------------|---------------------------------------------------------------------------------------------------------------|
|
||||||
| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disabe components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) |
|
| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disable components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) |
|
||||||
| share_usage_data | boolean | true | false | Share analytics data |
|
| share_usage_data | boolean | true | false | Share analytics data |
|
||||||
|
|
Loading…
Reference in a new issue