From bbd1b0c5d0076b5ebb28835cf3461abe3bc68225 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Tue, 28 Jan 2025 22:26:44 +0100 Subject: [PATCH] chore: remove node-options from example env --- .env.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 75f6c3486..3bc94ce26 100644 --- a/.env.example +++ b/.env.example @@ -32,7 +32,4 @@ DB_URL='FULL_PATH_TO_YOUR_SQLITE_DB_FILE' # If it is used, please use the full path to the directory where the certificates are stored. # LOCAL_CERTIFICATE_PATH='FULL_PATH_TO_CERTIFICATES' -TURBO_TELEMETRY_DISABLED=1 - -# Configure logging to use winston logger -NODE_OPTIONS='-r @homarr/log/override' \ No newline at end of file +TURBO_TELEMETRY_DISABLED=1 \ No newline at end of file