From 95178c069a021f60e8900ee3b9335e2b19022e93 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 22 Jul 2023 16:22:30 -0700 Subject: [PATCH] Set database name --- tesla-mate-container.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tesla-mate-container.nix b/tesla-mate-container.nix index 258cefd..d33fe78 100644 --- a/tesla-mate-container.nix +++ b/tesla-mate-container.nix @@ -126,6 +126,7 @@ in { DATABASE_USER = "teslamate"; DATABASE_PASS = teslaMateDbPass; DATABASE_HOST = "postgres"; + DATABASE_NAME = "teslamate"; MQTT_HOST = cfg.mqtt.host; MQTT_PORT = cfg.mqtt.port; MQTT_USERNAME = cfg.mqtt.user;