mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
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
|
|
}
|