# Azure IoT Hub Configuration
#
# To find your Event Hubs-compatible connection string:
# 1. Go to Azure Portal (https://portal.azure.com)
# 2. Navigate to your IoT Hub (W26-Hub)
# 3. In the left menu, under "Hub settings", click "Built-in endpoints"
# 4. Under "Event Hub-compatible endpoint", copy the "Event Hub-compatible endpoint" string
#    It looks like: Endpoint=sb://iothub-ns-w26-hub-...servicebus.windows.net/;SharedAccessKeyName=...
# 5. Paste it below

EVENT_HUB_CONNECTION_STRING=Endpoint=sb://...

# The consumer group (use $Default unless you created a custom one)
EVENT_HUB_CONSUMER_GROUP=$Default

# The Event Hub name (usually your IoT Hub name)
EVENT_HUB_NAME=w26-hub
