Port and IP address changes
This commit is contained in:
@@ -5,4 +5,4 @@ IOT Plant and Aquarium Monitoring System
|
|||||||
To Run the server:
|
To Run the server:
|
||||||
cd server
|
cd server
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
uvicorn app.main:app --reload --port 25572
|
uvicorn app.main:app --reload --port 23181
|
||||||
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
devices:
|
devices:
|
||||||
- id: "esp32-plant-01"
|
- id: "esp32-plant-01"
|
||||||
name: "Plant Monitor - Bedroom"
|
name: "Plant Monitor - Study "
|
||||||
ip: "192.168.1.100"
|
ip: "10.0.1.42"
|
||||||
port: 5683
|
port: 5683
|
||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
resources:
|
||||||
@@ -24,7 +24,7 @@ devices:
|
|||||||
|
|
||||||
- id: "esp32-aquarium-01"
|
- id: "esp32-aquarium-01"
|
||||||
name: "Aquarium Monitor"
|
name: "Aquarium Monitor"
|
||||||
ip: "192.168.1.101"
|
ip: "10.0.1.43"
|
||||||
port: 5683
|
port: 5683
|
||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user