Commit 150d4aa5 by ajil.k

updated

parent 0554b09e
[fastapi_connection]
link_to_fastapi =scripts.services.main:app
port_no =8000
link_to_fastapi = scripts.services.main:app
port_no = 8000
[MQTT_Connection]
broker = broker.emqx.io
......
......@@ -2,7 +2,6 @@ from pydantic import BaseModel
class PatientDetails(BaseModel):
patient_id: str
description: str
age: int
name: str
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment