opencode.jsonc 284 B

12345678910111213141516
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "plugin": [
  4. "opencode-openai-codex-auth"
  5. ],
  6. "enterprise": {
  7. "url": "http://localhost:3000",
  8. },
  9. "provider": {
  10. "opencode": {
  11. "options": {
  12. // "baseURL": "http://localhost:8080",
  13. },
  14. },
  15. },
  16. }