mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
577 B
JSON
29 lines
577 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT jwt_secret FROM media_provider_instances WHERE name = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "jwt_secret",
|
||
|
|
"type_info": "Varchar",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "media_provider_instances",
|
||
|
|
"name": "jwt_secret"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Text"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
true
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "9fd1b45486c473ca15a503f07d6c41255944bcc253c659ffc1ffce6712ac8468"
|
||
|
|
}
|