Merge branch 'main' into dev
This commit is contained in:
commit
02fa10c2d5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from typing import Optional
|
||||||
queue_router = APIRouter(prefix="/queue")
|
queue_router = APIRouter(prefix="/queue")
|
||||||
|
|
||||||
# Connessione MongoDB
|
# Connessione MongoDB
|
||||||
client = MongoClient("mongodb://localhost:27017/")
|
client = MongoClient("mongodb://admin:password@localhost:27017/")
|
||||||
db = client["simple_db"]
|
db = client["simple_db"]
|
||||||
queue_collection = db["queue"]
|
queue_collection = db["queue"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue