From 7b9bcb7edb1f095fd663d20d5f6a7d1d2e2218df Mon Sep 17 00:00:00 2001 From: "trevDev()" Date: Sun, 16 Sep 2018 13:59:38 -0700 Subject: [PATCH] update default vagrant domain (#713) --- Running-Mastodon/Vagrant-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Vagrant-guide.md b/Running-Mastodon/Vagrant-guide.md index 6e329399..922b0eeb 100644 --- a/Running-Mastodon/Vagrant-guide.md +++ b/Running-Mastodon/Vagrant-guide.md @@ -35,7 +35,7 @@ To start the application: vagrant ssh -c "cd /vagrant && foreman start" -The rails server, streaming server and webpack-dev-server will start up. You can then access your development site at http://mastodon.dev (or at http://localhost:3000 if you haven't installed vagrants-hostupdater). By default, your development environment will have an admin account created for you to use - the email address will be `admin@mastodon.dev` and the password will be `mastodonadmin`. +The rails server, streaming server and webpack-dev-server will start up. You can then access your development site at http://mastodon.local (or at http://localhost:3000 if you haven't installed vagrants-hostupdater). By default, your development environment will have an admin account created for you to use - the email address will be `admin@mastodon.local` and the password will be `mastodonadmin`. To stop the server, simply run `vagrant halt`.