ofborg/example.config.json

20 lines
389 B
JSON
Raw Normal View History

2017-11-11 01:01:52 +00:00
{
"runner": {
"identity": "grahamc-laptop"
},
"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,
"host": "events.nix.gsc.io",
"username": "...",
"password": "..."
}
}