mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Filling in some forgotten descriptions (#1136)
This commit is contained in:
parent
e17ab76cff
commit
ee7c12e36e
@ -287,19 +287,10 @@ The key size of the salt which is generated when hashing user passwords.
|
||||
|
||||
#### App
|
||||
|
||||
##### `app_web_address`
|
||||
|
||||
- Default value: `0.0.0.0:8080`
|
||||
- Environment variable: `KOLIDE_APP_WEB_ADDRESS`
|
||||
- Config file format
|
||||
|
||||
```
|
||||
app:
|
||||
web_address: 0.0.0.0:443
|
||||
```
|
||||
|
||||
##### `app_token_key`
|
||||
|
||||
Secret key for generating invite and reset tokens.
|
||||
|
||||
- Default value: `CHANGEME`
|
||||
- Environment variable: `KOLIDE_APP_TOKEN_KEY`
|
||||
- Config file format
|
||||
@ -311,6 +302,8 @@ The key size of the salt which is generated when hashing user passwords.
|
||||
|
||||
##### `app_token_key_size`
|
||||
|
||||
Size of generated app tokens.
|
||||
|
||||
- Default value: `24`
|
||||
- Environment variable: `KOLIDE_APP_TOKEN_KEY_SIZE`
|
||||
- Config file format:
|
||||
|
Loading…
Reference in New Issue
Block a user