From 9b3669ed296b2b65366e4f9e0582fc6e79491ebc Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 9 Apr 2020 16:06:08 +0200 Subject: [PATCH] Add note about lockbox config --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3868adf..71621b9 100644 --- a/README.md +++ b/README.md @@ -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