fix: fixed permissions for read write

This commit is contained in:
Arduinum
2026-05-14 23:45:50 +03:00
committed by Arduinum628
parent 196f3c6cb4
commit 23239e303a
2 changed files with 17 additions and 2 deletions

View File

@@ -5,6 +5,20 @@
"permissions": [
"core:default",
"sql:default",
"sql:allow-execute"
]
"sql:allow-execute",
"fs:allow-appconfig-read",
"fs:allow-appconfig-write"
],
"fs": {
"read": {
"scope": [
"$APPCONFIG/**"
]
},
"write": {
"scope": [
"$APPCONFIG/**"
]
}
}
}