diff --git a/src/docs/environment/index.mdx b/src/docs/environment/index.mdx index b822e7b634..27ee4ea016 100644 --- a/src/docs/environment/index.mdx +++ b/src/docs/environment/index.mdx @@ -29,15 +29,17 @@ sentry devserver --workers If you are developing for aesthetics only and do not rely on the async workers, you can omit the `--workers` flag in order to use fewer system resources. -Access it at [http://127.0.0.1:8000](http://127.0.0.1:8000) (you'll have to wait a bit for webpack to finish). +Access it at [http://dev.getsentry.net:8000](http://dev.getsentry.net:8000) (you'll have to wait a bit for webpack to finish). A superuser account should have been created for you during bootstrap - `admin@sentry.io` with password `admin`. You can create other users with `sentry createuser`. - When asked for the root address of the server, make sure that you use{" "} - http://127.0.0.1:8000, as both protocol{" "} - and port are required in order for DNS and some pages' URLs to be + + When asked for the root address of the server, make sure that you use + [http://dev.getsentry.net:8000](http://dev.getsentry.net:8000), as both + protocol _and_ port are required in order for DNS and some pages' URLs to be displayed correctly. + ## Running the Getsentry Development Server