Update data-storage.md (#1941)

Add `databroker_storage_type` in example to make it functional.
This commit is contained in:
Tanguy 2021-02-24 17:00:53 +01:00 committed by GitHub
parent de55199a70
commit ec02761e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@ Pomerium supports and strongly encourages [TLS](https://redis.io/topics/encrypti
Example secure configuration:
```yaml
databroker_storage_type: redis
databroker_storage_connection_string: rediss://pomerium:MYSECUREPASSWORD@[HOST]:6379/
databroker_storage_cert_file: /tls/client.pem
databroker_storage_key_file: /tls/client.key