2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 22:39:25 +01:00
Files
dockerfiles_vimagick/trino/data/etc/rules.json
2024-05-27 11:33:06 +08:00

17 lines
203 B
JSON

{
"catalogs": [
{
"user": "admin",
"catalog": "secret",
"allow": "all"
},
{
"catalog": "secret",
"allow": "none"
},
{
"allow": "all"
}
]
}