From 0a69730f83c51dcf7de7bb600f46176eabdc256d Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 9 May 2022 10:02:51 +0200 Subject: [PATCH] addition of ENCRYPTION_KEY to readme addition to #141 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebcc300..47af727 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Basically the same environment variables for the database, mqqt and timezone nee | **DATABASE_PASS** | string | *secret* | | **DATABASE_NAME** | string | *teslamate* | | **DATABASE_HOST** | string | *database* | +| **ENCRYPTION_KEY** | string | | | **MQTT_HOST** | string | *mosquitto* | | **TZ** | string | *Europe/Berlin* |