Skip to content

Commit

Permalink
feat: enable simulation on non-demo tenants (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavlpin authored Dec 15, 2023
1 parent 383b7ce commit 0afd04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ download_auth_config() {
echo "Downloading config: $url"
mkdir -p devices
curl --location $url \
--header 'x-bytebeam-tenant: demo' \
--header "x-bytebeam-tenant: $BYTEBEAM_TENANT_ID" \
--header "x-bytebeam-api-key: $BYTEBEAM_API_KEY" > devices/device_$id.json
}

Expand Down

0 comments on commit 0afd04b

Please sign in to comment.