From bcac6dd42a8e5fc69f7bd82d2c5587637e0c4fa7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:49:12 +0000 Subject: [PATCH] docs: remove useless environment variables from README Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com> --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 71d4564..18aa6de 100644 --- a/README.md +++ b/README.md @@ -135,19 +135,12 @@ The project uses: Create a `.env` file in the root directory with the following variables: ```env -# Base URL for internationalization -NUXT_PUBLIC_I18N_BASE_URL=https://your-domain.com - -# API URL (if applicable) -NUXT_API_URL= - # GitHub Studio Integration (for content management) STUDIO_GITHUB_CLIENT_ID=your_github_client_id STUDIO_GITHUB_CLIENT_SECRET=your_github_client_secret # Keep this secret! Never commit to version control # Discord Integration (runtime config - keep private) NUXT_DISCORD_USER_ID=your_discord_user_id # Private -NUXT_DISCORD_ID=your_discord_app_id # Private # WakaTime Integration (for coding statistics - keep private) NUXT_WAKATIME_USER_ID=your_wakatime_user_id # Private