Add note about lockbox config

This commit is contained in:
bumi 2020-04-09 16:06:08 +02:00 committed by GitHub
parent b09fe4c12d
commit 9b3669ed29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ To use the application the Google API client needs to be configured using the fo
You can get those from the [Google APIs Dashboard](https://console.developers.google.com/apis/dashboard)
Additionally an encryption master key needs to be configured. [lockbox](https://github.com/ankane/lockbox) is used to encrypt sensitive data (e.g. access_token) at rest.
* LOCKBOX_MASTER_KEY
Store those in a `.env` file; see `env.example` for an example.
### Run the application