Filling in some forgotten descriptions (#1136)

This commit is contained in:
Mike Arpaia 2017-01-30 22:13:08 -07:00 committed by GitHub
parent e17ab76cff
commit ee7c12e36e

View File

@ -287,19 +287,10 @@ The key size of the salt which is generated when hashing user passwords.
#### App #### 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` ##### `app_token_key`
Secret key for generating invite and reset tokens.
- Default value: `CHANGEME` - Default value: `CHANGEME`
- Environment variable: `KOLIDE_APP_TOKEN_KEY` - Environment variable: `KOLIDE_APP_TOKEN_KEY`
- Config file format - Config file format
@ -311,6 +302,8 @@ The key size of the salt which is generated when hashing user passwords.
##### `app_token_key_size` ##### `app_token_key_size`
Size of generated app tokens.
- Default value: `24` - Default value: `24`
- Environment variable: `KOLIDE_APP_TOKEN_KEY_SIZE` - Environment variable: `KOLIDE_APP_TOKEN_KEY_SIZE`
- Config file format: - Config file format: