From d3f3b01dbfcbfec326ee9196699f7cb4ab05d23d Mon Sep 17 00:00:00 2001 From: bdrtr Date: Wed, 7 May 2025 20:16:26 +0300 Subject: [PATCH] =?UTF-8?q?README.md=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6a0164..1086af9 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ This project requires a `.env` file with the context of: ``` SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7 DATABASE_URL=postgresql://postgres_user:postgres_password@localhost:5434/postgres_db +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 ```