Browse Source

Update example config files

master
Menci 6 years ago
parent
commit
c1faf6345d
  1. 2
      daemon-config-example.json
  2. 2
      runner-instance-config-example.json
  3. 6
      runner-shared-config-example.json

2
daemon-config-example.json

@ -1,7 +1,7 @@
{
"RabbitMQUrl": "amqp://localhost/",
"RedisUrl": "redis://127.0.0.1:6379",
"TestData": "/home/t123yh/sync2/syzoj/uploads/testdata",
"TestData": "/opt/syzoj/data/testdata",
"Priority": 1,
"DataDisplayLimit": 100,
"TempDirectory": "/tmp"

2
runner-instance-config-example.json

@ -1,4 +1,4 @@
{
"WorkingDirectory": "/mnt/syzoj-tmp1",
"WorkingDirectory": "/opt/syzoj/sandbox/tmp1",
"SandboxCgroup": "syzoj-1"
}

6
runner-shared-config-example.json

@ -1,7 +1,7 @@
{
"RabbitMQUrl": "amqp://localhost/",
"TestData": "/opt/syzoj/data/testdata",
"RedisUrl": "redis://127.0.0.1:6379",
"TestData": "/home/t123yh/sync2/syzoj/uploads/testdata",
"Priority": 1,
"DebugMessageDisplayLimit": 5000,
"OutputLimit": 104857600,
@ -15,6 +15,6 @@
"HOME=/tmp"
],
"SandboxUser": "nobody",
"SandboxRoot": "/home/t123yh/alpine",
"BinaryDirectory": "/home/t123yh/syzoj-bin"
"SandboxRoot": "/opt/syzoj/sandbox/rootfs",
"BinaryDirectory": "/opt/syzoj/sandbox/bin"
}

Loading…
Cancel
Save