Skip to content

Commit 880124c

Browse files
committed
📝 Adjust documentation to add dev-env users
1 parent 2f3c2db commit 880124c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: HACKING.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ Ozone requires a PDS service to talk to, and it is convenient to point it to a l
1414
1. In the separate [atproto project](https://github.com/bluesky-social/atproto), run the dev server using `yarn workspace @atproto/dev-env start`. This will run a PDS, seeded with some users and data for you.
1515
2. Run the development server for Ozone using `yarn dev`. This will start running the Ozone frontend at `http://localhost:3000`.
1616
3. Navigate to the login page in your browser, at [http://localhost:3000](http://localhost:3000).
17-
4. Login using the atproto dev-env credentials, which you can find [here](https://github.com/bluesky-social/atproto/blob/a1240f0a37030766dfe0a2ccfdc2810432520ae9/packages/dev-env/src/mock/index.ts#L59-L84). For development some example login credentials that would are:
17+
4. Login using the atproto dev-env credentials, which you can find [here](https://github.com/bluesky-social/atproto/blob/a1240f0a37030766dfe0a2ccfdc2810432520ae9/packages/dev-env/src/mock/index.ts#L59-L84). For development some example login credentials that would work are:
1818
- Service URL: http://localhost:2583
19-
- Account handle: alice.test
20-
- Password: hunter2
19+
- Account handle: mod.test
20+
- Password: mod-pass
21+
22+
You can also test with different permission levels with the following credentials (<username>/<password>)
23+
24+
- Triage: triage.test/triage-pass
25+
- Triage: admin-mod.test/admin-mod-pass
2126

2227
### Working with unpublished changes to the `@atproto/api` package
2328

0 commit comments

Comments
 (0)