Set database name

This commit is contained in:
niten 2023-07-22 16:22:30 -07:00
parent 71a79c853b
commit 95178c069a
1 changed files with 1 additions and 0 deletions

View File

@ -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;