mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
When an enterprise URL is configured, session shares now route through the enterprise API instead of the public API, allowing organizations to manage session sharing infrastructure on their own servers.
14 lines
276 B
JSON
14 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",
|
|
},
|
|
},
|
|
},
|
|
}
|