ofborg/example.config.json
2018-03-25 23:58:58 +02:00

24 lines
458 B
JSON

{
"runner": {
"identity": "..."
},
"checkout": {
"root": "/home/grahamc/.nix-test-rs"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 1800
},
"rabbitmq": {
"ssl": true,
"host": "events.nix.ci",
"virtualhost": "ofborg",
"username": "...",
"password": "..."
},
"feedback": {
"full_logs": true
}
}