diff --git a/.env.example b/.env.example index 99935b0..8644304 100644 --- a/.env.example +++ b/.env.example @@ -13,7 +13,7 @@ INFERENCE_BATCH_TIMEOUT=120000 NEXT_PUBLIC_PREDICTIONS_ENABLED=true # Authentication Configuration (Auth.js v5) -# Generate a strong random value for AUTH_SECRET: openssl rand -hex 32 +# Generate a strong random value for AUTH_SECRET: openssl rand -base64 32 AUTH_SECRET=change_me_to_a_strong_random_secret # Google OAuth Configuration