From a81255fb18cd07f1e02b5eaac6790fbc259aa97f Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Thu, 12 Feb 2026 01:49:54 -0500 Subject: [PATCH] Remove Backend API URL section from SKILL.md Removed section about Backend API URL configuration. --- .github/skills/settings-management/SKILL.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/skills/settings-management/SKILL.md b/.github/skills/settings-management/SKILL.md index 33944a1c..36d5adf6 100644 --- a/.github/skills/settings-management/SKILL.md +++ b/.github/skills/settings-management/SKILL.md @@ -37,11 +37,3 @@ Define in plugin's `config.json` manifest under the settings section. ## Environment Override Use `APP_CONF_OVERRIDE` environment variable for settings that must be set before startup. - -## Backend API URL - -For Codespaces, set `BACKEND_API_URL` to your Codespace URL: - -``` -BACKEND_API_URL=/server -```