Init.
This commit is contained in:
5
backend/.env.example
Normal file
5
backend/.env.example
Normal file
@ -0,0 +1,5 @@
|
||||
DATABASE_URL=sqlite+aiosqlite:///./data/h2h.db
|
||||
JWT_SECRET=your-secret-key-change-in-production-min-32-chars
|
||||
JWT_ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
||||
REFRESH_TOKEN_EXPIRE_DAYS=7
|
||||
Reference in New Issue
Block a user