Skip to content

Commit

Permalink
chore: Remove unneeded disable telemetry setting
Browse files Browse the repository at this point in the history
The default is false already.
  • Loading branch information
bgins committed Oct 31, 2024
1 parent c2c4a11 commit 1a22dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stack
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ OS_ARCH=$(uname -m | awk '{if ($0 ~ /arm64|aarch64/) print "arm64"; else if ($0
############################################################################
function compose-env() {
export ADMIN_ADDRESS=${@:-"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"}
export DISABLE_TELEMETRY=false
}

function compose-init() {
Expand Down

0 comments on commit 1a22dc5

Please sign in to comment.