From cf75b0410d8cfd8f53c9a6f2424fa362f85152a8 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 17 Nov 2022 06:17:57 +0000 Subject: [PATCH] Update env example --- .env-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-example b/.env-example index d6a0d17..d293e70 100644 --- a/.env-example +++ b/.env-example @@ -5,7 +5,7 @@ NEXTAUTH_SECRET=i4kDOnZlJ77ob9XGLozHUsNg0GTJ13PObuPzlw6PAT8= NEXTAUTH_URL=http://localhost:3000 # File options -FILE_ID_LENGTH=16 +FILE_ID_LENGTH=8 # Public Url (You must set this or you won't be able to login) -NEXT_PUBLIC_SITE_URL=http://docker.local:3000 \ No newline at end of file +NEXT_PUBLIC_SITE_URL=http://localhost:3000 \ No newline at end of file