Skip to content

Commit

Permalink
ENV file upgrades
Browse files Browse the repository at this point in the history
- generalized MQTT Topic
- added optional  daisy.env file
  • Loading branch information
robotastic committed Feb 22, 2024
1 parent 74ca3a6 commit 59968d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions daisy.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PROJECT_NAME=<PROJECT_NAME>
HOSTNAME=<HOSTNAME>
MQTT_IP=<MQTT_IP>
MQTT_IP=mqtt
DAISY_SERIAL_PORT=/dev/serial0
AIS_BYTESTRING_TOPIC=/Multimodal/$HOSTNAME/AIS_Bytestring/edgetech-daisy/bytestring
AIS_BYTESTRING_TOPIC=/${PROJECT_NAME}/${HOSTNAME}/AIS_Bytestring/edgetech-daisy/bytestring
CONTINUE_ON_EXCEPTION=False
LOG_LEVEL=INFO
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ services:
- mqtt
env_file:
- .env
- path: ./daisy.env
required: false

0 comments on commit 59968d2

Please sign in to comment.