ofborg/config.example.json

19 lines
350 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",
"remote": "daemon"
},
"rabbitmq": {
"ssl": true,
"host": "events.nix.gsc.io",
"username": "...",
"password": "..."
}
}