From 988662f2ca50913d5e9b1ef58bc3cb433e629e25 Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 20 Feb 2026 14:19:15 -0500 Subject: [PATCH] improve .env.sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index ef59380..43bd3d1 100644 --- a/.env.sample +++ b/.env.sample @@ -71,4 +71,4 @@ LOGGING_LEVEL_LOGGERS_APP=INFO # MIGRATIONS ############################################################################## # Set to false to disable automatic migrations on backend startup -AUTO_MIGRATIONS=true +# AUTO_MIGRATIONS=true