Add information about visits log

This commit is contained in:
antonkomarev
2020-07-13 02:06:26 +03:00
parent 45cfe66b89
commit 321dd88dce

View File

@@ -38,7 +38,7 @@ This URL will render SVG image with profile views counter and will increment it
#### Self-hosted application customization
By default, this application using file repository and counters stored in `storage/{$username}-views-count` files.
By default, this application using file repository, visits log stored in `storage/{$username}-views` and counter stored in `storage/{$username}-views-count` file.
You can switch to database repository, then you will have to copy `.env.example` file to `.env` and fill in database configuration.