14 lines
259 B
JSON
Executable File
14 lines
259 B
JSON
Executable File
{
|
|
"value": {
|
|
"host": "$var:g/all/not_secret",
|
|
"port": 124,
|
|
"user": "aaaa",
|
|
"dbname": "bbbb",
|
|
"sslmode": "disable",
|
|
"password": "$var:g/all/pretty_secret"
|
|
},
|
|
"description": "",
|
|
"resource_type": "postgres",
|
|
"is_oauth": false
|
|
}
|