From 9c58803108c7dca191b5513cd983aee13cf4d4c8 Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Sat, 25 Nov 2023 01:37:14 -0800 Subject: [PATCH] Minor fix: Default admin user doesn't use port (#1299) --- content/en/dev/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/dev/setup.md b/content/en/dev/setup.md index 2b70a9a1..9477bda7 100644 --- a/content/en/dev/setup.md +++ b/content/en/dev/setup.md @@ -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`). {{}} 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.