mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-openai-codex-auth"],
|
|
"enterprise": {
|
|
"url": "http://localhost:3000",
|
|
},
|
|
"provider": {
|
|
"opencode": {
|
|
"options": {
|
|
// "baseURL": "http://localhost:8080",
|
|
},
|
|
},
|
|
},
|
|
}
|