add jwt to config.py

This commit is contained in:
grillazz
2021-06-25 09:05:52 +02:00
parent 98202c7bae
commit 41b72fd216
5 changed files with 35 additions and 2 deletions

2
.env
View File

@@ -7,3 +7,5 @@ SQL_HOST=db
SQL_USER=user
SQL_PASS=secret
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30