From 4d8ab8b8b39180a04ff1cb996fbae0ef3f56d5b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:08:31 +0100 Subject: [PATCH] Update config.json --- postgres/config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/postgres/config.json b/postgres/config.json index 6fcc4835a..2a19c0f1a 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -19,7 +19,6 @@ ], "name": "Postgres 15", "options": { - "vector.rs_enabled": true, "POSTGRES_PASSWORD": "homeassistant" }, "ports": { @@ -29,7 +28,6 @@ "5432/tcp": "Postgres port" }, "schema": { - "vector.rs_enabled": "bool", "POSTGRES_DB": "str?", "POSTGRES_HOST_AUTH_METHOD": "str?", "POSTGRES_INITDB_ARGS": "str?",