11 lines
229 B
Bash
11 lines
229 B
Bash
# .env
|
|
|
|
# Network & Sensor
|
|
SENSOR_IP=192.168.0.188
|
|
MQTT_USERNAME=weather_station
|
|
MQTT_PASSWORD=SensorData12345!
|
|
MQTT_FALLBACK_IP=192.168.0.168
|
|
|
|
# Location (Defaulting to your Skåne coordinates)
|
|
LATITUDE=56.2006
|
|
LONGITUDE=12.5553 |