Files
runbin/config/worker.yaml
2025-05-02 22:49:51 +08:00

16 lines
306 B
YAML

storage:
type: "database"
database:
dsn: "host=localhost port=54320 user=postgres password=password dbname=postgres sslmode=disable"
limit:
time: 10.0 # s
cpu: 1.0
memory: 512 # MB
size: 1024 # KB
process: 1
name: "default name"
compilerimage: "cpp_gcc-latest:latest"