I gave up and just put it in a Docker image, it's not as important as the beacons being statically compiled
27 lines
518 B
JSON
27 lines
518 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT certificate, privkey FROM beacon_listener WHERE listener_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "certificate",
|
|
"ordinal": 0,
|
|
"type_info": "Blob"
|
|
},
|
|
{
|
|
"name": "privkey",
|
|
"ordinal": 1,
|
|
"type_info": "Blob"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "f3e4ad6219ca2d79c807312d67084ceaea2da43d9ce3741a4b47b3ae1ebca342"
|
|
}
|