From 40610e508ff644655d136b1c13f4cc58e88221df Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Wed, 12 Apr 2017 09:57:19 -0600 Subject: [PATCH] Removing app_token_key from documentation (#1489) d3eb3b72720445f60001e57016be62b625ff0933 removed `app_token_key` from the application, but not the docs. --- .../infrastructure/configuring-the-kolide-binary.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/infrastructure/configuring-the-kolide-binary.md b/docs/infrastructure/configuring-the-kolide-binary.md index f29ad2b505..380e135995 100644 --- a/docs/infrastructure/configuring-the-kolide-binary.md +++ b/docs/infrastructure/configuring-the-kolide-binary.md @@ -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.