From c572c06ccb3abf815dd2fd81347f3f0cebdef914 Mon Sep 17 00:00:00 2001 From: wserr Date: Thu, 26 Dec 2024 10:48:34 +0100 Subject: [PATCH] Cleanup MariaDB leftovers --- home-server/envs/local.env | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home-server/envs/local.env b/home-server/envs/local.env index bb93fe1..3498304 100644 --- a/home-server/envs/local.env +++ b/home-server/envs/local.env @@ -1,11 +1,3 @@ -# Maria DB settings -# For testing purposes only. Please create a .env.mariadb to overwrite these variables -MARIADB_ROOT_PASSWORD=testing - -MARIADB_DATABASE=homeassistant -MARIADB_USER=homeassistant_user -MARIADB_PASSWORD=homeassistant_pw - GF_SECURITY_ADMIN_USER=test GF_SECURITY_ADMIN_PASSWORD=test GF_USERS_ALLOW_SIGN_UP=false