Add note about lockbox config
This commit is contained in:
parent
b09fe4c12d
commit
9b3669ed29
@ -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)
|
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.
|
Store those in a `.env` file; see `env.example` for an example.
|
||||||
|
|
||||||
### Run the application
|
### Run the application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user