Merge branch 'main' into bedir

This commit is contained in:
Bedir Tuğra Karaabalı 2025-05-08 22:45:13 +03:00
commit 6aae7da529

View file

@ -6,4 +6,6 @@ This project requires a `.env` file with the context of:
``` ```
SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7 SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7
DATABASE_URL=postgresql://postgres_user:postgres_password@localhost:5434/postgres_db DATABASE_URL=postgresql://postgres_user:postgres_password@localhost:5434/postgres_db
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
``` ```