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