ofborg/example.config.json
2018-03-05 07:58:09 -05:00

21 lines
418 B
JSON

{
"runner": {
"identity": "grahamc-laptop"
},
"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": "..."
}
}