Remove Backend API URL section from SKILL.md

Removed section about Backend API URL configuration.
This commit is contained in:
Adam Outler
2026-02-12 01:49:54 -05:00
committed by GitHub
parent 5caa240fcd
commit a81255fb18

View File

@@ -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
```