From e34645eeaa53cebbc579d5de5a4377430967ba28 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Thu, 20 Nov 2025 11:21:53 -0500 Subject: [PATCH] fixed a typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 19c20bf..5ab022c 100644 --- a/.env.example +++ b/.env.example @@ -17,7 +17,7 @@ PREAUTH_TOKEN_NAME='Authentication Token' PREAUTH_SUBMIT_NAME='Submit' # who owns the session files -# permissions of the volumn must match +# permissions of the volume must match USER_ID=1000 GROUP_ID=1000