ofborg/example.config.json

24 lines
458 B
JSON
Raw Normal View History

2017-11-11 01:01:52 +00:00
{
"runner": {
"identity": "..."
2017-11-11 01:01:52 +00:00
},
"checkout": {
"root": "/home/grahamc/.nix-test-rs"
},
"nix": {
"system": "x86_64-linux",
2017-11-24 19:17:42 +00:00
"remote": "daemon",
"build_timeout_seconds": 1800
2017-11-11 01:01:52 +00:00
},
"rabbitmq": {
"ssl": true,
2018-03-05 12:58:09 +00:00
"host": "events.nix.ci",
"virtualhost": "ofborg",
2017-11-11 01:01:52 +00:00
"username": "...",
"password": "..."
},
"feedback": {
"full_logs": true
2017-11-11 01:01:52 +00:00
}
}