zed/script/zed-with-local-servers

7 lines
145 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
2023-08-03 01:52:56 +03:00
: "${ZED_IMPERSONATE:=as-cii}"
export ZED_IMPERSONATE
ZED_ADMIN_API_TOKEN=secret ZED_SERVER_URL=http://localhost:8080 cargo run $@