diff options
Diffstat (limited to 'ofborg/example.config.json')
| -rw-r--r-- | ofborg/example.config.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ofborg/example.config.json b/ofborg/example.config.json new file mode 100644 index 0000000000..0344d169ea --- /dev/null +++ b/ofborg/example.config.json @@ -0,0 +1,24 @@ +{ + "runner": { + "identity": "...", + "repos": ["project-tick/Project-Tick"], + "trusted_users": [] + }, + "checkout": { + "root": "/home/user/.tickborg-checkout" + }, + "build": { + "system": "x86_64-linux", + "build_timeout_seconds": 1800 + }, + "rabbitmq": { + "ssl": true, + "host": "events.tickborg.project-tick.net", + "virtualhost": "tickborg", + "username": "...", + "password": "..." + }, + "feedback": { + "full_logs": true + } +} |
