Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jul 22, 2024
1 parent 2a10e4c commit b2ab8db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ configure instance insert cfg::Auth {
};
```

### Create admin user for indexer

```sh
edgedb -I dephy-indexer
```

```
insert AuthUser { is_admin := true };
```

Set the env `CURRENT_AUTH_USER_ID` to be the uuid from above.

### (optional) Upgrade

```sh
Expand Down

0 comments on commit b2ab8db

Please sign in to comment.