Add is_staff to events
This commit is contained in:
parent
96abba2b7d
commit
018eb06091
2 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,7 @@ position_2=${half_width},${y}
|
|||
# Authenticate using the collab server's admin secret.
|
||||
export ZED_STATELESS=1
|
||||
export ZED_ADMIN_API_TOKEN=secret
|
||||
export ZED_SERVER_URL=http://localhost:8080
|
||||
export ZED_SERVER_URL=http://localhost:3000
|
||||
export ZED_WINDOW_SIZE=${half_width},${height}
|
||||
|
||||
cargo build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue