Removing app_token_key from documentation (#1489)

d3eb3b7272 removed `app_token_key` from
the application, but not the docs.
This commit is contained in:
Mike Arpaia 2017-04-12 09:57:19 -06:00 committed by GitHub
parent d3eb3b7272
commit 40610e508f

View File

@ -352,19 +352,6 @@ The key size of the salt which is generated when hashing user passwords.
#### App
##### `app_token_key`
Secret key for generating invite and reset tokens.
- Default value: `CHANGEME`
- Environment variable: `KOLIDE_APP_TOKEN_KEY`
- Config file format
```
app:
token_key: JVnKw7CaUdJjZwYAqDgUHVYP
```
##### `app_token_key_size`
Size of generated app tokens.