This commit is contained in:
Max Brunsfeld 2023-08-02 15:52:56 -07:00
parent 4d55110452
commit 0ae1f29be8
9 changed files with 24 additions and 28 deletions

View file

@ -1,3 +1,6 @@
#!/bin/bash
ZED_ADMIN_API_TOKEN=secret ZED_IMPERSONATE=as-cii ZED_SERVER_URL=http://localhost:8080 cargo run $@
: "${ZED_IMPERSONATE:=as-cii}"
export ZED_IMPERSONATE
ZED_ADMIN_API_TOKEN=secret ZED_SERVER_URL=http://localhost:8080 cargo run $@