We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83108de + 52d4c09 commit 34eda31Copy full SHA for 34eda31
docs/configuration/config.md
@@ -158,7 +158,8 @@ Anything you do not include will use the `default.json` as a fallback. When view
158
"username": "user",
159
"password": "pass123!",
160
"database": "rdmdb",
161
- "charset": "utf8mb4"
+ "charset": "utf8mb4",
162
+ "arScanColumn": true
163
},
164
// PMSF nest script database settings
165
"manualdb": {
src/configs/config.example.json
@@ -40,7 +40,8 @@
40
41
42
"charset": "utf8mb4",
43
- "sessionTable": "sessions"
+ "sessionTable": "sessions",
44
45
46
47
"host": "127.0.0.1",
0 commit comments