Minor fix: Default admin user doesn't use port (#1299)

This commit is contained in:
Travis Briggs 2023-11-25 01:37:14 -08:00 committed by GitHub
parent 1d26ea1378
commit 9c58803108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ You can now create the databases `mastodon_development` and `mastodon_test`, loa
rails db:setup
```
You can now launch `http://localhost:3000` in your browser and log in with the default admin user (`admin@localhost:3000` / `mastodonadmin`).
You can now launch `http://localhost:3000` in your browser and log in with the default admin user (`admin@localhost` / `mastodonadmin`).
{{<hint style="warning">}}
By default, Mastodon will run on port 3000. If you configure a different port for it, the generated admin account will use that number as well.