Skip to content

Commit

Permalink
tools: use env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Mar 4, 2024
1 parent ba2cabe commit 3de3504
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/vince
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ set -euo pipefail

go build -o bin/vince

VINCE_LOG_LEVEL=DEBUG VINCE_DOMAINS=vinceanalytics.com ./bin/vince --nodeId=1
export VINCE_LOG_LEVEL=DEBUG
export VINCE_DOMAINS=vinceanalytics.com
export VINCE_AUTH_TOKEN=xxxx
export VINCE_NODE_ID=1

./bin/vince

0 comments on commit 3de3504

Please sign in to comment.