wip
This commit is contained in:
parent
4d55110452
commit
0ae1f29be8
9 changed files with 24 additions and 28 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue