docs: tweak language about peppermint.json

This commit is contained in:
Starbeamrainbowlabs 2022-05-01 02:31:35 +01:00
parent 727ccb10dd
commit 5b0619b0a2
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- `intl` (for Unicode text normalization when searching and in the id index, and when sending emails when utf-8 mode is disabled)
- `sqlite3` (for search index storage; uses [PDO](https://www.php.net/manual/en/ref.pdo-sqlite.php))
- Write access to Pepperminty Wiki's own folder (only for editing and first run)
- Recommended: Block access to `peppermint.json`, where it stores it's settings
- Recommended: Block access to `peppermint.json`, where it stores it's settings (including passwords!)
## Setup Instructions