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