ofborg/dev.config.json
raito 42546e5bc7 feat: add a debug Gerrit event listener
This should be piped into `ofborgctl listen gerrit-events` or something
later on.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-11-14 22:25:16 +01:00

32 lines
675 B
JSON

{
"runner": {
"identity": "dev"
},
"checkout": {
"root": "$STATE_DIRECTORY/.checkouts"
},
"vcs": "Gerrit",
"gerrit": {
"instance_uri": "cl.forkos.org"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 1800
},
"rabbitmq": {
"ssl": false,
"host": "127.0.0.1",
"virtualhost": "/",
"username": "test",
"password_file": "$TRIVIAL_PASSWORD"
},
"feedback": {
"full_logs": true
},
"pastebin": {
"root": "$STATE_DIRECTORY/pastebins",
"db": "$STATE_DIRECTORY/pastebins/db.json"
}
}