Name local database write permission explicitly

This commit is contained in:
2026-08-05 19:07:37 +02:00
parent 2f3444adb8
commit f08699fad3
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"database": {
"driver": "endpoint",
"mode": "local",
"allowWrites": false,
"allowLocalWrites": false,
"host": "127.0.0.1",
"port": 3306,
"name": "9bplus",