24 lines
323 B
YAML
24 lines
323 B
YAML
server:
|
|
addr: ":8080"
|
|
readTimeout: "15s"
|
|
writeTimeout: "15s"
|
|
idleTimeout: "60s"
|
|
maxHeaderBytes: 1048576
|
|
workspace:
|
|
root: "./workspaces"
|
|
process:
|
|
opencodeCommand: "opencode"
|
|
|
|
shell:
|
|
command: "bash"
|
|
args:
|
|
- "-i"
|
|
|
|
file:
|
|
maxWriteBytes: 1048576
|
|
gin:
|
|
mode: "debug"
|
|
log:
|
|
level: "info"
|
|
format: "json"
|