Skip to content

Commit

Permalink
add password docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Jun 21, 2024
1 parent ba18c9e commit 81b6abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/server-docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Sure, here's the filled-in table:
| `GAMES_INDEX_INTERVAL_IN_MINUTES` | The index interval, measured in minutes, decides how frequently the server should check for changes in games in the /files directory. This used to be essential before we implemented the filewatcher to the server. Nowadays, it's optional for rare situations where the filewatcher might miss changes. If set to 0, it won't regularly trigger reindexing and solely depend on the filewatcher. | `60` | Any number |
| `GAMES_SUPPORTED_FILE_FORMATS` | Comma-Seperated list of supported file-types GameVault should detect. | [see here](structure.md#supported-archive-formats) | ".zip,.7z,.rar" |
| `GAMES_SEARCH_RECURSIVE` | If indexer should search for games in subfolders. | true | "true", "false |
| `GAMES_DEFAULT_ARCHIVE_PASSWORD` | A default password for archives. Useful if you always use the same password for your games and want Game Type Detection to work with the encrypted files. Without this game type detection on encrypted archives depends on the file extension and if the headers are encrypted | "Anything" | Any string |

## USERS

Expand Down

0 comments on commit 81b6abc

Please sign in to comment.