fix: adjust syntax typo again
This commit is contained in:
parent
ce30a14139
commit
e219397ee1
|
@ -349,6 +349,12 @@ Options:
|
||||||
--cors-allow-origin <CORS_ALLOW_ORIGIN>
|
--cors-allow-origin <CORS_ALLOW_ORIGIN>
|
||||||
[env: CORS_ALLOW_ORIGIN=]
|
[env: CORS_ALLOW_ORIGIN=]
|
||||||
|
|
||||||
|
```
|
||||||
|
## API_KEY
|
||||||
|
```shell
|
||||||
|
--api-key <API_KEY>
|
||||||
|
[env: API_KEY=]
|
||||||
|
|
||||||
```
|
```
|
||||||
## WATERMARK_GAMMA
|
## WATERMARK_GAMMA
|
||||||
```shell
|
```shell
|
||||||
|
@ -424,6 +430,20 @@ Options:
|
||||||
|
|
||||||
[env: LORA_ADAPTERS=]
|
[env: LORA_ADAPTERS=]
|
||||||
|
|
||||||
|
```
|
||||||
|
## USAGE_STATS
|
||||||
|
```shell
|
||||||
|
--usage-stats <USAGE_STATS>
|
||||||
|
Control if anonymous usage stats are collected. Options are "on", "off" and "no-stack" Defaul is on
|
||||||
|
|
||||||
|
[env: USAGE_STATS=]
|
||||||
|
[default: on]
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
- on: Default option, usage statistics are collected anonymously
|
||||||
|
- off: Disables all collection of usage statistics
|
||||||
|
- no-stack: Doesn't send the error stack trace or error type, but allows sending a crash event
|
||||||
|
|
||||||
```
|
```
|
||||||
## HELP
|
## HELP
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue