diff --git a/.env.test.example b/.env.test.example index 0ba474a..c9dc37a 100644 --- a/.env.test.example +++ b/.env.test.example @@ -40,6 +40,6 @@ TOGETHER_API_KEY=replace-with-real-key # OpenRouter (budget-friendly proxy): https://openrouter.ai/keys OPENROUTER_API_KEY=YOUR_OPENROUTER_KEY_HERE -# --- FR Backend (for system tests T13+) --- -# FR_DEV_BASE_URL=https://dev-api.fortifyroot.com -# FR_DEV_API_KEY=fr_sk_replace-with-real-key +# --- FortifyRoot API (optional integration tests) --- +# FORTIFYROOT_BASE_URL=https://api.fortifyroot.com +# FORTIFYROOT_API_KEY=replace-with-real-fortifyroot-api-key