mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 08:59:07 +01:00
16 lines
369 B
TOML
16 lines
369 B
TOML
[default]
|
|
description = "Default permissions for the plugin"
|
|
permissions = [
|
|
"allow-close",
|
|
"allow-connect",
|
|
"allow-delete-connection",
|
|
"allow-delete-connections",
|
|
"allow-delete-request",
|
|
"allow-duplicate-request",
|
|
"allow-list-connections",
|
|
"allow-list-events",
|
|
"allow-list-requests",
|
|
"allow-send",
|
|
"allow-upsert-request",
|
|
]
|