10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
|
|
export const appConfig = {
|
||
|
|
opencode: {
|
||
|
|
mode: 'command', // 'command' | 'exe'
|
||
|
|
exePath: 'bin/XCOpenCodeWeb.exe',
|
||
|
|
port: 4096,
|
||
|
|
healthCheckInterval: 10000,
|
||
|
|
maxRestartAttempts: 3,
|
||
|
|
},
|
||
|
|
}
|