Skip to content

Commit

Permalink
Merge pull request #383 from LordJavi/patch-1
Browse files Browse the repository at this point in the history
Add arScanColumn to config and docs
  • Loading branch information
TurtIeSocks authored Jun 9, 2021
2 parents 83108de + 52d4c09 commit 34eda31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ Anything you do not include will use the `default.json` as a fallback. When view
"username": "user",
"password": "pass123!",
"database": "rdmdb",
"charset": "utf8mb4"
"charset": "utf8mb4",
"arScanColumn": true
},
// PMSF nest script database settings
"manualdb": {
Expand Down
3 changes: 2 additions & 1 deletion src/configs/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"password": "pass123!",
"database": "rdmdb",
"charset": "utf8mb4",
"sessionTable": "sessions"
"sessionTable": "sessions",
"arScanColumn": true
},
"manualdb": {
"host": "127.0.0.1",
Expand Down

0 comments on commit 34eda31

Please sign in to comment.