diff --git a/.env.local.example b/.env.local.example index c79c221..a91d28b 100644 --- a/.env.local.example +++ b/.env.local.example @@ -3,7 +3,7 @@ # if using s3/supabase make sure to comment out the other datasources -CORE_HTTPS=true +CORE_RETURN_HTTPS=true CORE_SECRET="changethis" CORE_HOST=0.0.0.0 CORE_PORT=3000 @@ -44,3 +44,5 @@ URLS_LENGTH=6 RATELIMIT_USER=5 RATELIMIT_ADMIN=3 + +# for more variables checkout the docs \ No newline at end of file