From 8c932cf0bece5e56869793dadaaa1b356acfe8f2 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Sun, 27 Oct 2024 06:09:35 +0300 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d82f6..ab2c7d0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Please note that the application will not work correctly if you do not fill in t | Variable | Default | Description | Required | |---------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| -| PATH_TO_SAVE | ❌ | The path to save the data. Saving logs (if the full path is not specified), databases (if Sqlite), and other data that should be saved in a place other than where the program is launched. | ✔ | +| PATH_TO_SAVE | Current folder | The path to save the data. Saving logs (if the full path is not specified), databases (if Sqlite), and other data that should be saved in a place other than where the program is launched. | ✔ | | SECURITY_SIGNING_TOKEN | ❌ | JWT signature token. This token will be used to create and verify the signature of JWT tokens. The token must be equal to 64 characters. | ✔ | | SECURITY_ENCRYPTION_TOKEN | ❌ | Token for JWT encryption. This token will be used to encrypt and decrypt JWT tokens. The token must be equal to 32 characters. | ✔ | | SECURITY_LIFE_TIME_RT | 1440 | Time in minutes after which the Refresh Token will become invalid. | ❌ | @@ -170,7 +170,7 @@ Install git in advance or clone the repository in another way. ```bash git clone https://git.winsomnia.net/Winsomnia/MireaBackend.git \ -cd DoctorTelegramBot +cd MireaBackend ``` ### Build Self Release