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