mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
4 lines
136 B
Python
4 lines
136 B
Python
DATABASE_URL = "sqlite:///./pixelchat.db"
|
|
JWT_SECRET_KEY = "pixelchat-jwt-secret"
|
|
JWT_ALGORITHM = "HS256"
|
|
ACCESS_TOKEN_EXPIRE_HOURS = 24 |