From c987cefb3d390464c0b7fdb60fad7d7c3492b68a Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:50:33 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Correct=20MariaDB=20to?= =?UTF-8?q?=20MySQL=20in=20env=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environments/local.example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/local.example.env b/environments/local.example.env index e0ae15ccb..ca121e1af 100644 --- a/environments/local.example.env +++ b/environments/local.example.env @@ -29,7 +29,7 @@ NAUTOBOT_REDIS_PORT=6379 # Uncomment REDIS_SSL if using SSL # NAUTOBOT_REDIS_SSL=True -# Needed for MariaDB, should match the values for Nautobot above +# Needed for MySQL, should match the values for Nautobot above MYSQL_USER=nautobot MYSQL_DATABASE=nautobot