mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
First commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DATABASE_URL = "sqlite:///./pixelchat.db"
|
||||
JWT_SECRET_KEY = "pixelchat-jwt-secret"
|
||||
JWT_ALGORITHM = "HS256"
|
||||
ACCESS_TOKEN_EXPIRE_HOURS = 24
|
||||
Reference in New Issue
Block a user