mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 14:23:07 +00:00
17 lines
306 B
YAML
17 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: 1024000 # B
|
|
|
|
process: 1
|
|
|
|
name: "default name"
|
|
|
|
compilerimage: "cpp_gcc-latest:latest"
|