Add note about lockbox config

This commit is contained in:
2020-04-09 16:06:08 +02:00
committed by GitHub
parent b09fe4c12d
commit 9b3669ed29

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