Archived
feat: uv config other feats
- add uv configuration for the backend - update frontend to make auth work - add new auth endpoints - add bookmars feat - add reader feat
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
POSTGRES_DB=postres
|
||||
POSTGRES_USER=root
|
||||
POSTGRES_PASSWORD=root
|
||||
|
||||
DJANGO_SECRET_KEY=changeme
|
||||
DJANGO_DEBUG=True
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
|
||||
VITE_API_URL=http://localhost:8000/api
|
||||
Reference in New Issue
Block a user