mirror of
https://github.com/saymrwulf/swisspost-evoting-go-poc.git
synced 2026-09-03 20:13:43 +00:00
12 lines
250 B
JSON
12 lines
250 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "cockpit",
|
||
|
|
"runtimeExecutable": "./evote",
|
||
|
|
"runtimeArgs": ["cockpit", "--port", "8092", "--voters", "2", "--options", "3", "--delay", "40"],
|
||
|
|
"port": 8092
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|